Edit

Share via


SqlPersistenceProviderFactory.OnAbort Method

Definition

Represents the Abort phase.

protected:
 override void OnAbort();
protected override void OnAbort ();
override this.OnAbort : unit -> unit
Protected Overrides Sub OnAbort ()

Remarks

OnAbort fires when the service host shuts down abruptly and active commands currently being processed are closed.

Applies to