ApplicationPoolProcessModel.ShutdownTimeLimit 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 la période pendant laquelle IIS attend la fin de l’exécution des requêtes dans un processus de travail avant qu’IIS termine le processus de travail.
public:
property TimeSpan ShutdownTimeLimit { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan ShutdownTimeLimit { get; set; }
member this.ShutdownTimeLimit : TimeSpan with get, set
Public Property ShutdownTimeLimit As TimeSpan
Valeur de propriété
TimeSpan qui spécifie la période pendant laquelle IIS attend la fin de l’exécution des requêtes dans un processus de travail avant qu’IIS termine le processus de travail. La valeur par défaut est 1 minute, 30 secondes.