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

TransactionCloneCreate() private method

private TransactionCloneCreate ( string transactionIdentifier, string type ) : void
transactionIdentifier string
type string
return void
        private void TransactionCloneCreate(string transactionIdentifier, string type)
        {
            WriteEvent(TRANSACTION_CLONECREATE_EVENTID, transactionIdentifier, type);
        }
        #endregion

Same methods

TransactionsEtwProvider::TransactionCloneCreate ( Transaction transaction, string type ) : void