System.Transactions.VolatileEnlistmentPrepared.InternalCommitted C# (CSharp) Méthode

InternalCommitted() private méthode

private InternalCommitted ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
Résultat void
        internal override void InternalCommitted(InternalEnlistment enlistment)
        {
            VolatileEnlistmentCommitting.EnterState(enlistment);
        }