System.Transactions.DurableInternalEnlistment.DurableInternalEnlistment C# (CSharp) Method

DurableInternalEnlistment() private method

private DurableInternalEnlistment ( Enlistment enlistment, System.Guid resourceManagerIdentifier, InternalTransaction transaction, IEnlistmentNotification twoPhaseNotifications, ISinglePhaseNotification singlePhaseNotifications, Transaction atomicTransaction ) : System.Diagnostics
enlistment Enlistment
resourceManagerIdentifier System.Guid
transaction InternalTransaction
twoPhaseNotifications IEnlistmentNotification
singlePhaseNotifications ISinglePhaseNotification
atomicTransaction Transaction
return System.Diagnostics
        internal DurableInternalEnlistment(
            Enlistment enlistment,
            Guid resourceManagerIdentifier,
            InternalTransaction transaction,
            IEnlistmentNotification twoPhaseNotifications,
            ISinglePhaseNotification singlePhaseNotifications,
            Transaction atomicTransaction)
            : base(enlistment, transaction, twoPhaseNotifications, singlePhaseNotifications, atomicTransaction)
        {
            _resourceManagerIdentifier = resourceManagerIdentifier;
        }

Same methods

DurableInternalEnlistment::DurableInternalEnlistment ( Enlistment enlistment, IEnlistmentNotification twoPhaseNotifications ) : System.Diagnostics
DurableInternalEnlistment