Click or drag to resize

IClientSessionHandle Methods

The IClientSessionHandle type exposes the following members.

Methods
  NameDescription
Public methodAbortTransaction
Aborts the transaction.
(Inherited from IClientSession.)
Public methodAbortTransactionAsync
Aborts the transaction.
(Inherited from IClientSession.)
Public methodAdvanceClusterTime
Advances the cluster time.
(Inherited from IClientSession.)
Public methodAdvanceOperationTime
Advances the operation time.
(Inherited from IClientSession.)
Public methodCommitTransaction
Commits the transaction.
(Inherited from IClientSession.)
Public methodCommitTransactionAsync
Commits the transaction.
(Inherited from IClientSession.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodFork
Forks this instance.
Public methodStartTransaction
Starts a transaction.
(Inherited from IClientSession.)
Public methodWithTransactionTResult
Executes a callback within a transaction, with retries if needed.
(Inherited from IClientSession.)
Public methodWithTransactionAsyncTResult
Executes a callback within a transaction, with retries if needed.
(Inherited from IClientSession.)
Top
See Also