[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Delete TIBCO Rendezvous certified listener.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public void DeleteCMListener( CMListenerInfo cmListener ) |
Public Sub DeleteCMListener ( _ cmListener As CMListenerInfo _ ) |
public: void DeleteCMListener( CMListenerInfo^ cmListener ) |
Parameters
- cmListener
- Type: TIBCO.EMS.ADMIN..::.CMListenerInfo
the certified listener to be deleted.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |
System..::.ArgumentException | if cmListener is null. |