MailWebEventProvider.Shutdown Method

Definition

Performs tasks associated with shutting down the provider.

This API supports the product infrastructure and is not intended to be used directly from your code.

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.

Applies to