WebEventCodes.ApplicationShutdownHttpRuntimeClose Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the event code indicating that the ASP.NET run time was explicitly closed. This field is constant.
public: int ApplicationShutdownHttpRuntimeClose = 50013;
public const int ApplicationShutdownHttpRuntimeClose = 50013;
val mutable ApplicationShutdownHttpRuntimeClose : int
Public Const ApplicationShutdownHttpRuntimeClose As Integer = 50013
Field Value
Value = 50013Remarks
ApplicationShutdownHttpRuntimeClose is the detail code that specifies the cause of the shutdown.
When the ASP.NET run time is explicitly closed, ASP.NET raises a WebApplicationLifetimeEvent with a major code of ApplicationShutdown and a detail code of ApplicationShutdownHttpRuntimeClose.