共用方式為


WebEventCodes.ApplicationShutdownBuildManagerChange 欄位

定義

表示事件代碼,指出建置管理員所進行的變更,需要關閉應用程式定義域。

public: int ApplicationShutdownBuildManagerChange = 50017;
public const int ApplicationShutdownBuildManagerChange = 50017;
val mutable ApplicationShutdownBuildManagerChange : int
Public Const ApplicationShutdownBuildManagerChange As Integer  = 50017

欄位值

Value = 50017

備註

ApplicationShutdownBuildManagerChange 是指定關機原因的詳細資料代碼。

當組建管理員進行需要關閉應用程式域的變更時,ASP.NET 會以 的主要程式碼和 的詳細程式碼 ApplicationShutdownApplicationShutdownBuildManagerChange 引發 WebApplicationLifetimeEvent

適用於

另請參閱