NodeInvocationException.AllowConnectionDraining 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.
Si la valeur est true, indique que même si l’appel a échoué parce que le Node.js instance n’a pas pu être atteint ou doit être redémarré, cette Node.js instance peut rester active pendant une période afin de terminer toutes les demandes en suspens.
public:
property bool AllowConnectionDraining { bool get(); };
public bool AllowConnectionDraining { get; }
member this.AllowConnectionDraining : bool
Public ReadOnly Property AllowConnectionDraining As Boolean