BuildManagerHostUnloadEventArgs(ApplicationShutdownReason) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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
寄宿应用程序域的关闭原因。
注解
此构造函数创建 一个新的 实例 BuildManagerHostUnloadEventArgs ,并将 Reason 属性设置为 reason
。