10 references to OletxTransactionOutcome
System.Transactions (10)
System\Transactions\Oletx\DtcInterfaces.cs (1)
266
out
OletxTransactionOutcome
outcome
System\Transactions\Oletx\OletxResourceManager.cs (9)
448
OletxTransactionOutcome
outcome =
OletxTransactionOutcome
.NotKnownYet;
504
if (
OletxTransactionOutcome
.Committed == outcome )
508
else if (
OletxTransactionOutcome
.Aborted == outcome )
758
OletxTransactionOutcome
localOutcome =
OletxTransactionOutcome
.NotKnownYet;
781
if (
OletxTransactionOutcome
.NotKnownYet == localOutcome )
858
if (
OletxTransactionOutcome
.Committed == localOutcome )
871
else if (
OletxTransactionOutcome
.Aborted == localOutcome )