Returns the context tuple if it is provided through MemberDef during connect
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract Tuple Context { get; }
Public MustOverride ReadOnly Property Context As Tuple
Get
public:
virtual property Tuple^ Context {
Tuple^ get () abstract;
}
abstract Context : Tuple with get
Property Value
Type:
TupleThe context. Null if context is not provided
See Also