Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 21 SpaceResultList and InvokeResultList : SpaceResultList and InvokeResultList Operations : tibasInvokeResultList_GetReturn()

tibasInvokeResultList_GetReturn()
Function
Declaration
tibas_status tibasInvokeResultList_GetReturn(
tibasInvokeResultList resultList,
tibasTuple* tuple,
tibas_int index);
Purpose
Returns the tuple that was returned at a specified index position in a specified invoke result list.
Parameters
 
Remarks
Use the tibasInvokeResultList_GetReturn() function to return the tuple that was returned at a specified position in a InvokeResult list. Invoke result lists are returned by a call to the tibasSpace_InvokeMembers(), tibasSpace_InvokeRemoteMembers(), or tibasSpace_InvokeSeeders() function.
See Also
tibasSpace_InvokeMembers(), tibasSpace_InvokeRemoteMembers(), tibasSpace_InvokeSeeders()
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved