Creates a remote space member listener.
      Declaration
tibas_status tibasSpaceRemoteMemberListener_Create(
    tibasListener* listener,
    tibas_onSpaceRemoteMemberEvent callback,
    void* closure)
 
      Parameters
               
               
               
                  
                     | Parameter | 
                     Description | 
                  
               
               
                  
                     | listener | 
                     The new listener object that is returned. | 
                  
                  
                     | callback | 
                     The name of the callback function. | 
                  
                  
                     | closure | 
                     Pointer to closure data that will be passed to the callback function when the listener is invoked. | 
                  
               
            
 
 
      Remarks
Use the tibasSpaceRemoteMemberListener_Create() function to create a listener that listens for space member events from remote space members.
 
      
    
Copyright © Cloud Software Group, Inc. All rights reserved.