Share via


NodeInvocationException.AllowConnectionDraining Propriété

Définition

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

Valeur de propriété

S’applique à