ApplicationPoolFailure.AutoShutdownExe 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
서비스가 신속한 장애 보호를 위해 애플리케이션 풀을 종료할 때 실행할 실행 파일의 경로를 가져오거나 설정합니다.
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 실행 파일에 대 한 매개 변수를 설정 하는 속성입니다.