Share via


Transaction.OnDispose Method

Definition

The dispose event occurs when the transaction is disposed of through the Dispose method.

protected internal override void OnDispose ();
override this.OnDispose : unit -> unit
Protected Friend Overrides Sub OnDispose ()

Remarks

To override OnDispose(), be sure to call OnDispose on the base class.

Applies to