ServerFactory.ClientOptions.FailFast Property

Definition

Gets a value indicating whether to fail immediately with a TimeoutException if the server is not ready to accept the connection. When this is false, continuously retry or wait for the server to listen for and respond to connection requests until it is canceled.

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

Property Value

Attributes

Applies to