NodeInvocationException.AllowConnectionDraining 속성

정의

true이면 Node.js instance 연결할 수 없거나 다시 시작해야 하므로 호출이 실패하더라도 미해결 요청을 완료하기 위해 해당 Node.js instance 기간 동안 활성 상태로 유지될 수 있음을 나타냅니다.

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

속성 값

적용 대상