Class ClientSession
Client Session Object
Inheritance
System.Object
ClientSession
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class ClientSession : Object, IClientSession, IDisposable
Properties
ClientSubscriberId
Gets the client subscriber identifier.
Declaration
public Guid ClientSubscriberId { get; }
Property Value
Type | Description |
---|---|
System.Guid | The client subscriber identifier. |
Session
Gets the SQLRace session that this IClientSession represents.
Declaration
public Session Session { get; }
Property Value
Type | Description |
---|---|
Session | The SQLRace session. |
Methods
Close()
Closes the SQLRace session that this instance represents.
Declaration
public void Close()
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Implements
System.IDisposable