Interface IServerSession
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
The interface for a server session.
public interface IServerSession : IDisposable
Inherited Members
Properties
Gets the session Id.
Gets the time this server session was last used (in UTC).
Methods
Gets the next transaction number.
Called by the driver when the session is used (i.e. sent to the server).