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

Returns all connections except system connections.

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

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

See Also