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

Get the TIBCO Rendezvous certified listeners explicitly created in the server configuration.

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

Syntax

public CMListenerInfo[] CMListeners { get; }
Public ReadOnly Property CMListeners As CMListenerInfo()
public:
property array<CMListenerInfo^>^ CMListeners {
	array<CMListenerInfo^>^ get ();
}

Return Value

array of CMListenerInfo objects.

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.

See Also