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

TransactionstateEnlist() private method

private TransactionstateEnlist ( System.Transactions.EnlistmentTraceIdentifier enlistmentID, EnlistmentType enlistmentType, EnlistmentOptions enlistmentOption ) : void
enlistmentID System.Transactions.EnlistmentTraceIdentifier
enlistmentType EnlistmentType
enlistmentOption EnlistmentOptions
return void
        internal void TransactionstateEnlist(EnlistmentTraceIdentifier enlistmentID, EnlistmentType enlistmentType, EnlistmentOptions enlistmentOption)
        {
            if (IsEnabled(EventLevel.Informational, ALL_KEYWORDS))
            {
                TransactionstateEnlist(enlistmentID.EnlistmentIdentifier.ToString(), enlistmentType.ToString(), enlistmentOption.ToString());
            }
        }

Same methods

TransactionsEtwProvider::TransactionstateEnlist ( string enlistmentID, string type, string option ) : void