TransactionEventManager.Remove(Guid, Delegate) Method

Definition

Remove an event handler for events on a particular transaction.

public:
 void Remove(Guid transactionId, Delegate ^ handler);
public void Remove (Guid transactionId, Delegate handler);
override this.Remove : Guid * Delegate -> unit
Public Sub Remove (transactionId As Guid, handler As Delegate)

Parameters

transactionId
Guid

The Id of the transaction

handler
Delegate

The event handler delegate

Applies to