InvokeResultListGetReturn Method |
The result tuple at index
Namespace: Com.Tibco.As.Space.RemoteAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
SyntaxTuple GetReturn(
int index
)
Function GetReturn (
index As Integer
) As Tuple
Tuple^ GetReturn(
int index
)
abstract GetReturn :
index : int -> Tuple
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type:
TupleTuple at index
See Also