Click or drag to resize
MemberContext Property
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.1.5.12)
Syntax
public abstract Tuple Context { get; }

Property Value

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