WebEventCodes.ApplicationShutdownHttpRuntimeClose Field

Definition

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 = 50013

Remarks

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.

Applies to

See also