The SessionId property returns an integer value that contains the session id of the connection.
Namespace – ABSuite.AccessLayer.Connector.Core
Assembly – Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll)
Syntax
int SessionId { get; }
Using the IConnection Interface for the SessionId Property
The following code is an example of using the SessionId property:
MyLogger.Log(“Session Id “ + myConnection.SessionId)