NodeInvocationException.AllowConnectionDraining Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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