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 會以 的主要程式碼和 的詳細程式碼 ApplicationShutdownApplicationShutdownHttpRuntimeClose 引發 WebApplicationLifetimeEvent 。