Returns the context tuple if it is provided through MemberDef during connect

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

Syntax

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

Property Value

Type: Tuple
The context. Null if context is not provided

See Also