Get the member which executed the remote invocation

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

Syntax

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

Property Value

Type: Member
The member which executed the remote invocation

See Also