17 references to TransactionCompletedEventHandler
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqDefaultLockingQueue.cs (1)
22
TransactionCompletedEventHandler
transactionCompletedHandler;
System\ServiceModel\Channels\MsmqReceiveContextLockManager.cs (1)
20
TransactionCompletedEventHandler
transactionCompletedHandler;
System.Transactions (15)
System\Transactions\InternalTransaction.cs (2)
149
internal
TransactionCompletedEventHandler
transactionCompletedDelegate;
472
TransactionCompletedEventHandler
eventHandlers = this.transactionCompletedDelegate;
System\Transactions\Transaction.cs (2)
1104
public event
TransactionCompletedEventHandler
TransactionCompleted
1124
this.internalTransaction.transactionCompletedDelegate = (
TransactionCompletedEventHandler
)
System\Transactions\TransactionState.cs (11)
876
internal virtual void AddOutcomeRegistrant( InternalTransaction tx,
TransactionCompletedEventHandler
transactionCompletedDelegate )
1157
internal override void AddOutcomeRegistrant( InternalTransaction tx,
TransactionCompletedEventHandler
transactionCompletedDelegate )
1159
tx.transactionCompletedDelegate = (
TransactionCompletedEventHandler
)
1553
internal override void AddOutcomeRegistrant( InternalTransaction tx,
TransactionCompletedEventHandler
transactionCompletedDelegate )
2075
internal override void AddOutcomeRegistrant( InternalTransaction tx,
TransactionCompletedEventHandler
transactionCompletedDelegate )
2597
internal override void AddOutcomeRegistrant( InternalTransaction tx,
TransactionCompletedEventHandler
transactionCompletedDelegate )
2600
tx.transactionCompletedDelegate = (
TransactionCompletedEventHandler
)
3643
internal override void AddOutcomeRegistrant( InternalTransaction tx,
TransactionCompletedEventHandler
transactionCompletedDelegate )
4339
internal override void AddOutcomeRegistrant(InternalTransaction tx,
TransactionCompletedEventHandler
transactionCompletedDelegate)
4342
tx.transactionCompletedDelegate = (
TransactionCompletedEventHandler
)
4799
internal override void AddOutcomeRegistrant(InternalTransaction tx,
TransactionCompletedEventHandler
transactionCompletedDelegate)