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

EnlistmentInDoubt() private method

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

            if (IsEnabled(EventLevel.Warning, ALL_KEYWORDS))
            {
                EnlistmentInDoubt(
                    enlistment.EnlistmentTraceId.EnlistmentIdentifier);
            }
        }

Same methods

TransactionsEtwProvider::EnlistmentInDoubt ( int enlistmentIdentifier ) : void