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

Get the connection id of the Admin object's connection to the server.

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

Syntax

public long ConnectionId { get; }
Public ReadOnly Property ConnectionId As Long
public:
property long long ConnectionId {
	long long get ();
}

Return Value

the connection id of the Admin's connection to the server, or zero if the connection is closed or broken.

See Also