Transaction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class Transaction : System.Fabric.TransactionBase
type Transaction = class
inherit TransactionBase
Public Class Transaction
Inherits TransactionBase
- Inheritance
Properties
| Id | (Inherited from TransactionBase) |
| IsolationLevel | (Inherited from TransactionBase) |
Methods
| CommitAsync() | |
| CommitAsync(TimeSpan, CancellationToken) | |
| CommitAsync(TimeSpan) | |
| Dispose() | (Inherited from TransactionBase) |
| IsDisposed() | (Inherited from TransactionBase) |
| OnDispose() | |
| Rollback() | |
| ThrowIfDisposed() | |