WebEventCodes::ApplicationShutdownBuildManagerChange Field
.NET Framework (current version)
Represents the event code indicating that the build manager has made a change that requires the application domain to be shut down.
Assembly: System.Web (in System.Web.dll)
Field Value
Type: System::Int32ApplicationShutdownBuildManagerChange is the detail code that specifies the cause of the shutdown.
When the build manager has made a change that requires the application domain to be shut down, ASP.NET raises a WebApplicationLifetimeEvent with a major code of ApplicationShutdown and a detail code of ApplicationShutdownBuildManagerChange.
.NET Framework
Available since 2.0
Available since 2.0
Show: