WebEventCodes.ApplicationShutdownHttpRuntimeClose 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示指示显式关闭 ASP.NET 运行时的事件代码。 此字段为常量。
public: int ApplicationShutdownHttpRuntimeClose = 50013;
public const int ApplicationShutdownHttpRuntimeClose = 50013;
val mutable ApplicationShutdownHttpRuntimeClose : int
Public Const ApplicationShutdownHttpRuntimeClose As Integer = 50013
字段值
Value = 50013注解
ApplicationShutdownHttpRuntimeClose 是指定关闭原因的详细信息代码。
显式关闭 ASP.NET 运行时时,ASP.NET 会引发WebApplicationLifetimeEvent,主要代码为 ApplicationShutdown,以及 ApplicationShutdownHttpRuntimeClose 的详细代码。