다음을 통해 공유


ApplicationPoolProcessModel.PingingEnabled 속성

정의

작업자 프로세스 상태 모니터링에 대한 ping 동작을 가져오거나 설정합니다.

public:
 property bool PingingEnabled { bool get(); void set(bool value); };
public bool PingingEnabled { get; set; }
member this.PingingEnabled : bool with get, set
Public Property PingingEnabled As Boolean

속성 값

true 프로세스 모델이 상태 모니터 ping을 지원하는 경우 그렇지 않으면 입니다 false. 기본값은 true입니다.

적용 대상