Get the tuple returned as a result of a remote invocation

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

Syntax

C#
Tuple Return { get; }
Visual Basic
ReadOnly Property Return As Tuple
	Get
Visual C++
property Tuple^ Return {
	Tuple^ get ();
}

Field Value

The result tuple

See Also