[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
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.ADMINAssembly: 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 (); } |