ApplicationPoolProcessModel.PingInterval 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 l’intervalle de temps entre les pings de surveillance de l’intégrité que le service WWW (World Wide Web Publishing Service) envoie à un processus de travail.
public:
property TimeSpan PingInterval { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan PingInterval { get; set; }
member this.PingInterval : TimeSpan with get, set
Public Property PingInterval As TimeSpan
Valeur de propriété
Valeur TimeSpan qui spécifie l’intervalle entre les pings de surveillance de l’intégrité que le service WWW envoie à un processus worker. La valeur par défaut est 30 secondes.