System.Transactions.Enlistment.Enlistment C# (CSharp) Метод

Enlistment() приватный Метод

private Enlistment ( IEnlistmentNotification twoPhaseNotifications, object syncRoot ) : System.Diagnostics
twoPhaseNotifications IEnlistmentNotification
syncRoot object
Результат System.Diagnostics
        internal Enlistment(IEnlistmentNotification twoPhaseNotifications, object syncRoot)
        {
            _internalEnlistment = new RecoveringInternalEnlistment(
                this,
                twoPhaseNotifications,
                syncRoot
                );
        }

Same methods

Enlistment::Enlistment ( )
Enlistment::Enlistment ( Guid resourceManagerIdentifier, InternalTransaction transaction, IEnlistmentNotification twoPhaseNotifications, ISinglePhaseNotification singlePhaseNotifications, Transaction atomicTransaction ) : System.Diagnostics
Enlistment::Enlistment ( IEnlistmentNotification twoPhaseNotifications, InternalTransaction transaction, Transaction atomicTransaction ) : System.Diagnostics
Enlistment::Enlistment ( InternalEnlistment internalEnlistment ) : System.Diagnostics
Enlistment::Enlistment ( InternalTransaction transaction, IEnlistmentNotification twoPhaseNotifications, ISinglePhaseNotification singlePhaseNotifications, Transaction atomicTransaction, EnlistmentOptions enlistmentOptions ) : System.Diagnostics
Enlistment::Enlistment ( InternalTransaction transaction, IPromotableSinglePhaseNotification promotableSinglePhaseNotification, Transaction atomicTransaction ) : System.Diagnostics