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

Phase1VolatileEnlistment() public method

public Phase1VolatileEnlistment ( Enlistment enlistment, InternalTransaction transaction, IEnlistmentNotification twoPhaseNotifications, ISinglePhaseNotification singlePhaseNotifications, Transaction atomicTransaction ) : System.Diagnostics
enlistment Enlistment
transaction InternalTransaction
twoPhaseNotifications IEnlistmentNotification
singlePhaseNotifications ISinglePhaseNotification
atomicTransaction Transaction
return System.Diagnostics
        public Phase1VolatileEnlistment(
            Enlistment enlistment,
            InternalTransaction transaction,
            IEnlistmentNotification twoPhaseNotifications,
            ISinglePhaseNotification singlePhaseNotifications,
            Transaction atomicTransaction)
            : base(enlistment, transaction, twoPhaseNotifications, singlePhaseNotifications, atomicTransaction)
        {
        }