Interface IClientSession
IClientSession - represents a SQLRace Session and client subsriber id pairing
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IClientSession : IDisposable
Properties
ClientSubscriberId
Gets the client subscriber identifier.
Declaration
Guid ClientSubscriberId { get; }
Property Value
Type | Description |
---|---|
System.Guid | The client subscriber identifier. |
Session
Gets the SQLRace session that this IClientSession represents.
Declaration
Session Session { get; }
Property Value
Type | Description |
---|---|
Session | The SQLRace session. |
Methods
Close()
Closes the SQLRace session that this instance represents.
Declaration
void Close()