HostingEnvironment.ShutdownReason 속성

정의

애플리케이션이 종료된 이유를 나타내는 열거형 값을 반환합니다.

public:
 static property System::Web::ApplicationShutdownReason ShutdownReason { System::Web::ApplicationShutdownReason get(); };
public static System.Web.ApplicationShutdownReason ShutdownReason { get; }
member this.ShutdownReason : System.Web.ApplicationShutdownReason
Public Shared ReadOnly Property ShutdownReason As ApplicationShutdownReason

속성 값

ApplicationShutdownReason

ApplicationShutdownReason 값 중 하나입니다.

적용 대상