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