ServerFactory.ClientOptions.FailFast 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出如果伺服器尚未準備好接受連接,是否要立即 TimeoutException 失敗。
當這是 false
時,請持續重試或等候伺服器接聽並響應連線要求,直到取消為止。
public bool FailFast { [System.Runtime.CompilerServices.IsReadOnly] get; init; }
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.FailFast : bool with get, set
Public Property FailFast As Boolean
屬性值
- 屬性