Click or drag to resize

IClientSession Methods

The IClientSession type exposes the following members.

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