[TIBCO.EMS.UFOCLIENT .NET client library 7.0 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Set the port on which the client will connect to the multicast
daemon.
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
public void SetMulticastDaemon( string port ) |
Public Sub SetMulticastDaemon ( _ port As String _ ) |
public: void SetMulticastDaemon( String^ port ) |
Parameters
- port
- Type: System..::.String
the port on which the client will connect to the multicast daemon.
Remarks
A connection to the multicast daemon is required when multicast is
enabled and a MessageConsumer is subscribed to a multicast-enabled
topic. Setting the port with this method will override the default
port supplied by the server.