[TIBCO.EMS .NET client library 5.1 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Set whether MessageConsumers subscribed to a multicast-enabled topic
will receive messages over multicast.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public static void SetMulticastEnabled( bool enabled ) |
Public Shared Sub SetMulticastEnabled ( _ enabled As Boolean _ ) |
public: static void SetMulticastEnabled( bool enabled ) |
Parameters
- enabled
- Type: System..::.Boolean
true to enable multicast, false to disable multicast. Default value is enabled.
Remarks
When enabled, MessageConsumers subscribed to a multicast-enabled topic
will receive messages over multicast. The default is enabled.