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

EnlistmentStatus() private method

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

            if (IsEnabled(EventLevel.Verbose, ALL_KEYWORDS))
            {
                EnlistmentStatus(enlistment.EnlistmentTraceId.EnlistmentIdentifier, notificationCall.ToString());
            }
        }

Same methods

TransactionsEtwProvider::EnlistmentStatus ( int enlistmentIdentifier, string notificationCall ) : void