[This is preliminary documentation and is subject to change.]
General-purpose property that clients can use for attaching an arbitrary context to this instance. This property has no use in the framework
Namespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Object CallContext { get; set; }
public Object CallContext { get; set; }
Public Property CallContext As Object
Get
Set
Public Property CallContext As Object
Get
Set
public:
property Object^ CallContext {
Object^ get ();
void set (Object^ value);
}
public:
property Object^ CallContext {
Object^ get ();
void set (Object^ value);
}
member CallContext : Object with get, set
member CallContext : Object with get, set
Property Value
Type:
Object