다음을 통해 공유


ApplicationPoolFailure.AutoShutdownExe 속성

정의

서비스가 신속한 장애 보호를 위해 애플리케이션 풀을 종료할 때 실행할 실행 파일의 경로를 가져오거나 설정합니다.

public:
 property System::String ^ AutoShutdownExe { System::String ^ get(); void set(System::String ^ value); };
public string AutoShutdownExe { get; set; }
member this.AutoShutdownExe : string with get, set
Public Property AutoShutdownExe As String

속성 값

실행 파일의 경로입니다.

예제

다음 예제에서는 값을 AutoShutdownExe 표시 합니다 속성입니다. 이 코드 예제는에 대해 제공 된 큰 예제의 일부는 ApplicationPoolFailure 클래스입니다.

Console.WriteLine("AutoShutdownExe:\t{0}",
    manager.ApplicationPoolDefaults.Failure.AutoShutdownExe);

설명

이 속성은 WWW 서비스(World Wide Web Publishing Service)가 애플리케이션 풀을 종료할 때 실행할 실행 파일을 지정합니다. 사용 된 AutoShutdownParams 실행 파일에 대 한 매개 변수를 설정 하는 속성입니다.

적용 대상