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

DurableInternalEnlistment() защищенный Метод

protected DurableInternalEnlistment ( Enlistment enlistment, IEnlistmentNotification twoPhaseNotifications ) : System.Diagnostics
enlistment Enlistment
twoPhaseNotifications IEnlistmentNotification
Результат System.Diagnostics
        protected DurableInternalEnlistment(Enlistment enlistment, IEnlistmentNotification twoPhaseNotifications)
            : base(enlistment, twoPhaseNotifications)
        {
        }

Same methods

DurableInternalEnlistment::DurableInternalEnlistment ( Enlistment enlistment, System.Guid resourceManagerIdentifier, InternalTransaction transaction, IEnlistmentNotification twoPhaseNotifications, ISinglePhaseNotification singlePhaseNotifications, Transaction atomicTransaction ) : System.Diagnostics
DurableInternalEnlistment