Sets the type of protocol to be used for transmitting updates to the data for a specified space.
Declaration
tibas_status tibasSpaceDef_SetUpdateTransport(
tibasSpaceDef spaceDef,
tibas_updateTransport updateTransport)
Parameters
Parameter |
Description |
spaceDef |
The TIBCO ActiveSpaces entity on which the function is invoked. |
updateTransport |
Specifies the type of transport to be used to transmit updates to the space data. |
Remarks
Use the tibasSpaceDef_SetUpdateTransport() function to return the setting for transmitting updates to the data for a specified space.
You can specify:
- TIBAS_TRANSPORT_UNICAST for unicast based updates
- TIBAS_TRANSPORT_MULTICAST for multicast based updates
Copyright © Cloud Software Group, Inc. All rights reserved.