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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.