Invokes an appropriate function defined in the application code of a member that seeds a specified space.
      Declaration
tibas_status tibasSpace_Invoke(
    tibasSpace space,
    tibasInvokeResult* invokeResult,
    tibasTuple value,
    tibasInvokeOptions options;
Parameters
               
               
               
                  
                     | Parameter | Description | 
               
               
                  
                     | space | The space on which the function is to be invoked. | 
                  
                     | invokeResult | Returns the result of the invocation. | 
                  
                     | value | A tuple that specifies the key for the operation. | 
                  
                     | options | 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).
Copyright © Cloud Software Group, Inc. All rights reserved.