[TIBCO.EMS .NET Admin client library 6.0 documentation]

Create (pre-register) TIBCO Rendezvous certified listener.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public void CreateCMListener(
	CMListenerInfo cmListener
)
Public Sub CreateCMListener ( _
	cmListener As CMListenerInfo _
)
public:
void CreateCMListener(
	CMListenerInfo^ cmListener
)

Parameters

cmListener
Type: TIBCO.EMS.ADMIN..::.CMListenerInfo
the certified listener to be created (pre-registered).

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.
System..::.ArgumentExceptionif CMListenerInfo object is null.

See Also