WebEventCodes.ApplicationShutdownHttpRuntimeClose 字段
定义
表示的是指示 ASP.NET 运行时被显式关闭的事件代码。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
字段值
注解
ApplicationShutdownHttpRuntimeClose指定关闭原因的详细信息代码。ApplicationShutdownHttpRuntimeClose is the detail code that specifies the cause of the shutdown.
当显式关闭 ASP.NET 运行时,ASP.NET 将引发,其 WebApplicationLifetimeEvent 主要代码为 ApplicationShutdown ,详细信息代码为 ApplicationShutdownHttpRuntimeClose 。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.