[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Returns all connections except system connections.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public ConnectionInfo[] Connections { get; } |
Public ReadOnly Property Connections As ConnectionInfo() |
public: property array<ConnectionInfo^>^ Connections { array<ConnectionInfo^>^ get (); } |
Return Value
all the (non-system) connections known to the server.
Remarks
System connections are connections to other servers.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |