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

호스팅되는 애플리케이션 도메인이 종료된 이유입니다.

설명

이 생성자의 새 인스턴스를 만듭니다 BuildManagerHostUnloadEventArgs 사용 하 여 합니다 Reason 속성으로 설정 reason합니다.

적용 대상