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

Return the consumer's connection ID or 0. If this is a durable topic subscriber which is currently not connected, this method returns 0, which is never a valid connection ID.

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

consumer's connection ID or 0 if this is a disconnected durable topic subscriber.

See Also