tibasInvokeResultList_GetReturn()
Returns the tuple that was returned at a specified index position in a specified invoke result list.
Declaration
tibas_status tibasInvokeResultList_GetReturn( tibasInvokeResultList resultList, tibasTuple* tuple, tibas_int index);
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.
Copyright © Cloud Software Group, Inc. All rights reserved.