WebEventCodes.ApplicationShutdownIdleTimeout Field

Definition

Represents the event code indicating that the idle time-out was exceeded. This field is constant.

public: int ApplicationShutdownIdleTimeout = 50011;
public const int ApplicationShutdownIdleTimeout = 50011;
val mutable ApplicationShutdownIdleTimeout : int
Public Const ApplicationShutdownIdleTimeout As Integer  = 50011

Field Value

Value = 50011

Remarks

The ApplicationShutdownIdleTimeout is the detail code that specifies the cause of the shutdown.

When the idle time-out is exceeded, ASP.NET raises a WebApplicationLifetimeEvent with a major code of ApplicationShutdown and a detail code of ApplicationShutdownIdleTimeout.

Applies to

See also