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


Chapter 3 Space : Space Operations and Options Initialization Operations : tibasSpace_Invoke()

tibasSpace_Invoke()
Function
Declaration
tibas_status tibasSpace_Invoke(
tibasSpace space,
tibasInvokeResult* invokeResult,
tibasTuple value,
    tibasInvokeOptions options;
Purpose
Invokes an appropriate function defined in the application code of a member that seeds a specified space.
Parameters
 
Specifies a tibasInvokeOptions structure that specifies the values used for an invoke operation.
Remarks
Use the tibasSpaceInvoke() function to invoke a specified function on a member that acts as a seeder or for a specified key (or for a member that would be an active seeder if there is currently no tuple stored in the space for the specified key).
See Also
tibas_SetInvocable(), tibas_SetMemberInvocable(), tibasSpace_InvokeMember(), tibasSpace_InvokeMembers(), tibasSpace_InvokeRemoteMembers(), tibasSpace_InvokeSeeders(), tibasInvokeOptions_Initialize()

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