ICoreSession Interface |
Namespace: MongoDB.Driver.Core.Bindings
The ICoreSession type exposes the following members.
Name | Description | |
---|---|---|
![]() | ClusterTime |
Gets the cluster time.
|
![]() | Id |
Gets the session Id.
|
![]() | IsCausallyConsistent |
Gets a value indicate whether this instance is causally consistent.
|
![]() | IsImplicit |
Gets a value indicating whether this instance is implicit session.
|
![]() | OperationTime |
Gets the operation time.
|
Name | Description | |
---|---|---|
![]() | AdvanceClusterTime |
Advances the cluster time.
|
![]() | AdvanceOperationTime |
Advances the operation time.
|
![]() | AdvanceTransactionNumber |
Advances the transaction id.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | WasUsed |
Called by the driver when the session is used (i.e. sent to the server).
|