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

EnlistmentInDoubt() private method

private EnlistmentInDoubt ( int enlistmentIdentifier ) : void
enlistmentIdentifier int
return void
        private void EnlistmentInDoubt(int enlistmentIdentifier)
        {
            WriteEvent(ENLISTMENT_INDOUBT_EVENTID, enlistmentIdentifier);
        }
        #endregion

Same methods

TransactionsEtwProvider::EnlistmentInDoubt ( InternalEnlistment enlistment ) : void