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。