NodeInvocationException.AllowConnectionDraining Property

Definition

If true, indicates that even though the invocation failed because the Node.js instance could not be reached or needs to be restarted, that Node.js instance may remain alive for a period in order to complete any outstanding requests.

public:
 property bool AllowConnectionDraining { bool get(); };
public bool AllowConnectionDraining { get; }
member this.AllowConnectionDraining : bool
Public ReadOnly Property AllowConnectionDraining As Boolean

Property Value

Applies to