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

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

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

Syntax

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

Return Value

consumer's session ID or 0.

See Also