|
| | SubordinateTransaction (IsolationLevel isoLevel, ISimpleTransactionSuperior superior) |
| |
| override int | GetHashCode () |
| |
| override bool | Equals ([NotNullWhen(true)] object? obj) |
| |
| byte[] | GetPromotedToken () |
| |
| Enlistment | EnlistDurable (Guid resourceManagerIdentifier, IEnlistmentNotification enlistmentNotification, EnlistmentOptions enlistmentOptions) |
| |
| Enlistment | EnlistDurable (Guid resourceManagerIdentifier, ISinglePhaseNotification singlePhaseNotification, EnlistmentOptions enlistmentOptions) |
| |
| void | Rollback () |
| |
| void | Rollback (Exception? e) |
| |
| Enlistment | EnlistVolatile (IEnlistmentNotification enlistmentNotification, EnlistmentOptions enlistmentOptions) |
| |
| Enlistment | EnlistVolatile (ISinglePhaseNotification singlePhaseNotification, EnlistmentOptions enlistmentOptions) |
| |
| Transaction | Clone () |
| |
| DependentTransaction | DependentClone (DependentCloneOption cloneOption) |
| |
| void | Dispose () |
| |
| bool | EnlistPromotableSinglePhase (IPromotableSinglePhaseNotification promotableSinglePhaseNotification) |
| |
| bool | EnlistPromotableSinglePhase (IPromotableSinglePhaseNotification promotableSinglePhaseNotification, Guid promoterType) |
| |
| Enlistment | PromoteAndEnlistDurable (Guid resourceManagerIdentifier, IPromotableSinglePhaseNotification promotableNotification, ISinglePhaseNotification enlistmentNotification, EnlistmentOptions enlistmentOptions) |
| |
| void | SetDistributedTransactionIdentifier (IPromotableSinglePhaseNotification promotableNotification, Guid distributedTransactionIdentifier) |
| |
Definition at line 3 of file SubordinateTransaction.cs.