Edit

Share via


SqlWebEventProvider.Shutdown Method

Definition

Performs tasks associated with shutting down the provider.

public:
 override void Shutdown();
public override void Shutdown();
override this.Shutdown : unit -> unit
Public Overrides Sub Shutdown ()

Remarks

ASP.NET calls the Shutdown method when the application ___domain that hosts the Web application terminates. The method is called to perform tasks that allow the application to end gracefully."

Applies to