TransactionEventManager.Remove(Guid, Delegate) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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