다음을 통해 공유


ApplicationPoolFailure.OrphanActionExe 속성

정의

서비스가 작업자 프로세스를 분리할 때 실행할 실행 파일의 경로를 가져오거나 설정합니다.

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

속성 값

실행 파일의 경로입니다.

예제

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

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

설명

이 속성은 WWW 서비스(World Wide Web Publishing Service)가 작업자 프로세스를 분리할 때 실행할 실행 파일을 지정합니다(속성이 로 설정된 true경우OrphanWorkerProcess).

사용 된 OrphanActionParams 실행 파일에 대 한 매개 변수를 설정 하는 속성입니다.

적용 대상