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);

注釈

このプロパティは、World Wide Web Publishing Service (WWW サービス) がワーカー プロセスを孤立したときに実行する実行可能ファイルを指定します (プロパティが にtrue設定されている場合OrphanWorkerProcess)。

実行可能ファイルの OrphanActionParams パラメーターを設定するには、 プロパティを使用します。

適用対象