ServerFactory.ClientOptions.FailFast 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.
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