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