Share via


xSession.systemSessionId Method

Definition

Retrieves the system session ID for the session that the xSession object covers.

public:
 static int systemSessionId();
public static int systemSessionId ();
static member systemSessionId : unit -> int
Public Shared Function systemSessionId () As Integer

Returns

An integer that represents the session ID.

Remarks

Some sessions, such as a COM session or a worker thread session, have a parent system session.

Applies to