[This is preliminary documentation and is subject to change.]
Gets/sets reactor-wide context which is originally supplied in .ctor or null
Namespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Object Context { get; set; }
public Object Context { get; set; }
Public Property Context As Object
Get
Set
Public Property Context As Object
Get
Set
public:
property Object^ Context {
Object^ get ();
void set (Object^ value);
}
public:
property Object^ Context {
Object^ get ();
void set (Object^ value);
}
member Context : Object with get, set
member Context : Object with get, set
Property Value
Type:
Object