WebEventCodes.ApplicationShutdownIdleTimeout 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 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 = 50011Remarks
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.