Interface ICoreServerSession
The interface for a core server session.
- Inherited Members
Properties
- Id
Gets the session Id.
- Is
Dirty Gets a value indicate whether this session is dirty.
- Last
Used At Gets the time this server session was last used (in UTC).
Methods
- Advance
Transaction Number() Gets the next transaction number.
- Mark
Dirty() Marks the session as dirty.
- Was
Used() Called by the driver when the session is used (i.e. sent to the server).