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

适用于