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

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

private EnlistmentPrepared ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
Результат void
        internal void EnlistmentPrepared(InternalEnlistment enlistment)
        {
            Debug.Assert(enlistment != null, "Enlistment needed for the ETW event.");

            if (IsEnabled(EventLevel.Verbose, ALL_KEYWORDS))
            {
                EnlistmentPrepared(
                    enlistment.EnlistmentTraceId.EnlistmentIdentifier);
            }
        }

Same methods

TransactionsEtwProvider::EnlistmentPrepared ( int enlistmentIdentifier ) : void