ApplicationPoolFailure.AutoShutdownExe 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 chemin d’accès d’un exécutable à exécuter lorsque le service arrête un pool d’applications pour une protection contre les défaillances rapides.
public:
property System::String ^ AutoShutdownExe { System::String ^ get(); void set(System::String ^ value); };
public string AutoShutdownExe { get; set; }
member this.AutoShutdownExe : string with get, set
Public Property AutoShutdownExe As String
Valeur de propriété
Chemin d’accès d’un exécutable.
Exemples
L’exemple suivant affiche la valeur de la AutoShutdownExe propriété . Cet exemple de code fait partie d’un exemple plus grand fourni pour la ApplicationPoolFailure classe .
Console.WriteLine("AutoShutdownExe:\t{0}",
manager.ApplicationPoolDefaults.Failure.AutoShutdownExe);
Remarques
Cette propriété spécifie un exécutable à exécuter lorsque le service de publication Web (SERVICE WWW) arrête un pool d’applications. Utilisez la AutoShutdownParams propriété pour définir les paramètres de l’exécutable.