Edit

Share via


BufferedWebEventProvider.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 hosting the Web application terminates. The method is called to perform tasks that will allow the application to end gracefully, such as closing resources.

Applies to