The result tuple at index

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 GetReturn(
	int index
)
Visual Basic
Function GetReturn ( _
	index As Integer _
) As Tuple
Visual C++
Tuple^ GetReturn(
	int index
)

Parameters

index
Type: System..::..Int32
The index.

Return Value

Tuple at index

See Also