BuildManagerHostUnloadEventArgs(ApplicationShutdownReason) コンストラクター

定義

BuildManagerHostUnloadEventArgs クラスの新しいインスタンスを初期化します。

public:
 BuildManagerHostUnloadEventArgs(System::Web::ApplicationShutdownReason reason);
public BuildManagerHostUnloadEventArgs (System.Web.ApplicationShutdownReason reason);
new System.Web.Compilation.BuildManagerHostUnloadEventArgs : System.Web.ApplicationShutdownReason -> System.Web.Compilation.BuildManagerHostUnloadEventArgs
Public Sub New (reason As ApplicationShutdownReason)

パラメーター

reason
ApplicationShutdownReason

ホストされているアプリケーション ドメインのシャットダウンの理由。

注釈

このコンストラクターは、 プロパティを に設定して のBuildManagerHostUnloadEventArgsReason新しいインスタンスをreason作成します。

適用対象