ServerBrowserOptions.ReconnectionMaxRetries 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.
Maximum reconnection attempts before giving up.
Maps to CircuitStartOptions.reconnectionOptions.maxRetries.
public int? ReconnectionMaxRetries { get; set; }
member this.ReconnectionMaxRetries : Nullable<int> with get, set
Public Property ReconnectionMaxRetries As Nullable(Of Integer)