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

EnlistmentDone() private method

private EnlistmentDone ( InternalEnlistment enlistment ) : void
enlistment InternalEnlistment
return void
        internal void EnlistmentDone(InternalEnlistment enlistment)
        {
            Debug.Assert(enlistment != null, "Enlistment needed for the ETW event.");

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

Same methods

TransactionsEtwProvider::EnlistmentDone ( int enlistmentIdentifier ) : void