[TIBCO.EMS .NET Admin client library 7.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Returns all system connections.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public ConnectionInfo[] SystemConnections { get; } |
Public ReadOnly Property SystemConnections As ConnectionInfo() |
public: property array<ConnectionInfo^>^ SystemConnections { array<ConnectionInfo^>^ get (); } |
Return Value
all the 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. |