[TIBCO.EMS .NET Admin client library 6.3 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Create (pre-register) TIBCO Rendezvous certified listener.
Namespace:
TIBCO.EMS.ADMINAssembly: 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
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |
System..::.ArgumentException | if CMListenerInfo object is null. |