WebEventCodes.ApplicationShutdown 字段

定义

表示的是指示应用程序已关闭的事件代码。 此字段为常数。

public: int ApplicationShutdown = 1002;
public const int ApplicationShutdown = 1002;
val mutable ApplicationShutdown : int
Public Const ApplicationShutdown As Integer  = 1002

字段值

Value = 1002

注解

ApplicationShutdown 是主代码,其值大于 ApplicationCodeBase。 ASP.NET 在应用程序关闭时引发相关 WebApplicationLifetimeEvent 事件。

适用于

另请参阅