Gets the context.

Namespace: Com.Tibco.As.Space.Remote
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)

Syntax

C#
Tuple Context { get; }
Visual Basic
ReadOnly Property Context As Tuple
	Get
Visual C++
property Tuple^ Context {
	Tuple^ get ();
}
F#
abstract Context : Tuple with get

Property Value

Type: Tuple
The context that was passed while doing the invoke

See Also