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

Returns all system connections.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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

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

See Also