6 references to TransactionStartedEventHandler
System.Transactions (6)
System\Transactions\TransactionManager.cs (6)
60
private static
TransactionStartedEventHandler
distributedTransactionStartedDelegate;
61
public static event
TransactionStartedEventHandler
DistributedTransactionStarted
70
TransactionManager.distributedTransactionStartedDelegate = (
TransactionStartedEventHandler
)System.Delegate.Combine(TransactionManager.distributedTransactionStartedDelegate, value);
85
TransactionManager.distributedTransactionStartedDelegate = (
TransactionStartedEventHandler
)System.Delegate.Remove (TransactionManager.distributedTransactionStartedDelegate, value);
91
internal static void ProcessExistingTransactions(
TransactionStartedEventHandler
eventHandler )
112
TransactionStartedEventHandler
localStartedEventHandler = null;