2 references to TRANSACTION_CREATED_OLETX_EVENTID
System.Transactions.Local (2)
System\Transactions\TransactionsEtwProvider.cs (2)
256
[Event(
TRANSACTION_CREATED_OLETX_EVENTID
, Keywords = Keywords.TraceOleTx, Level = EventLevel.Informational, Task = Tasks.Transaction, Opcode = Opcodes.Create, Message = "Transaction Created (OLETX). ID is {0}, type is {1}")]
260
WriteEvent(
TRANSACTION_CREATED_OLETX_EVENTID
, transactionIdentifier, type);