Returns the transport setting used for transmitting updates to the data for a specified space.
  
 
	 Declaration
		
		tibas_status tibasSpaceDef_GetUpdateTransport(
    tibasSpaceDef          spaceDef,
    tibas_updateTransport* updateTransport)
	 Parameters
		
		
 
			  
			  
			  
				 
				  | Parameter | Description | 
 
			 
 
			  
				 
				  | spaceDef | The TIBCO ActiveSpaces entity on which the function is invoked. | 
 
				 
				  | updateTransport | Returns the value of the update transport setting for the space. Can be one of the following:  
						 
						  TIBAS_TRANSPORT_UNICAST (0)
						   Indicates that the transport method is unicast.
						  TIBAS_TRANSPORT_MULTICAST (1) 
						  Indicates that the transport method is IP Multicast.
						   | 
 
			 
 
		  
Remarks
		
		Use the tibasSpaceDef_GetUpdateTransport() function to return the transport setting used for transmitting updates to the data for a specified space.
		
	 Copyright © Cloud Software Group, Inc. All rights reserved.