| IClientSession Interface | 
Namespace: MongoDB.Driver
 Syntax
SyntaxThe IClientSession type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Client | 
            Gets the client.
             | 
|  | ClusterTime | 
            Gets the cluster time.
             | 
|  | IsImplicit | 
            Gets a value indicating whether this session is an implicit session.
             | 
|  | OperationTime | 
            Gets the operation time.
             | 
|  | Options | 
            Gets the options.
             | 
|  | ServerSession | 
            Gets the server session.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AdvanceClusterTime | 
            Advances the cluster time.
             | 
|  | AdvanceOperationTime | 
            Advances the operation time.
             | 
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
 See Also
See Also