WebEventCodes.ApplicationShutdownHttpRuntimeClose 字段

定义

表示指示显式关闭 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 的详细代码。

适用于

另请参阅