| IClientSession Methods | 
The IClientSession type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AbortTransaction | 
            Aborts the transaction.
             | 
|  | AbortTransactionAsync | 
            Aborts the transaction.
             | 
|  | AdvanceClusterTime | 
            Advances the cluster time.
             | 
|  | AdvanceOperationTime | 
            Advances the operation time.
             | 
|  | CommitTransaction | 
            Commits the transaction.
             | 
|  | CommitTransactionAsync | 
            Commits the transaction.
             | 
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
|  | StartTransaction | 
            Starts a transaction.
             | 
|  | WithTransactionTResult | 
            Executes a callback within a transaction, with retries if needed.
             | 
|  | WithTransactionAsyncTResult | 
            Executes a callback within a transaction, with retries if needed.
             | 
 See Also
See Also