Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EventLogWebEventProvider::Shutdown Method ()

 

Performs tasks associated with shutting down the provider.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

public:
virtual void Shutdown() override

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.

.NET Framework
Available since 2.0
Return to top
Show: