EventLogWebEventProvider.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.

Applies to