ApplicationPoolProcessModel.PingingEnabled Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le comportement de ping pour la surveillance de l’intégrité du processus de travail.
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
Valeur de propriété
true
si le modèle de processus prend en charge le test ping du moniteur d’intégrité ; sinon, false
. Par défaut, il s’agit de true
.