This is a deprecated function.
      Invokes a specified application function on the members of a remote space.
 
      Declaration
tibas_status tibasSpace_InvokeRemoteMembers(
    tibasSpace space,
    tibasInvokeResultList* invokeResultList,
    tibasInvokeOptions options)
 
      Parameters
               
               
               
                  
                     | Parameter | 
                     Description | 
                  
               
               
                  
                     | space | 
                     The space on which the function is to be invoked. | 
                  
                  
                     | invokeResultList | 
                     Returns a list of the results of the function invocations. | 
                  
                  
                     | options | 
                     Specifies a tibasInvokeOptions structure that specifies the values used for an invoke operation. | 
                  
               
            
 
 
      Remarks
Use the tibasSpace_InvokeRemoteMembers() function to invoke a specified application function on the members of a specified remote space.
 
      
    
Copyright © Cloud Software Group, Inc. All rights reserved.