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.0.0.0 (2.4.0.001)

Syntax

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

Property Value

Type: Tuple
The result tuple

See Also