InvokeResultContext Property |
Gets the context.
Namespace: Com.Tibco.As.Space.RemoteAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
SyntaxReadOnly Property Context As Tuple
Get
property Tuple^ Context {
Tuple^ get ();
}
abstract Context : Tuple with get
Property Value
Type:
TupleThe context that was passed while doing the invoke
See Also