System.Transactions.TransactionsEtwProvider.EnlistmentPrepared C# (CSharp) Method

EnlistmentPrepared() private method

private EnlistmentPrepared ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
return 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