[TIBCO.EMS .NET client library 7.0 documentation]

Set the port on which the client will connect to the multicast daemon.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.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.

See Also