[TIBCO.EMS .NET client library 8.1 documentation]

Gets the id of the session.

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

Syntax

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

Field Value

The unique id of the sesion.

See Also