FabricClientSettings.ConnectionInitializationTimeout 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 or sets the timeout after which, if the current gateway address does not respond with a valid connection, another different address is randomly selected from the gateway addresses collection.
public TimeSpan ConnectionInitializationTimeout { get; set; }
member this.ConnectionInitializationTimeout : TimeSpan with get, set
Public Property ConnectionInitializationTimeout As TimeSpan
Property Value
The timeout after the current gateway address does not respond with a valid connection.
Remarks
The default value of the ConnectionInitializationTimeout property is 2 seconds.
The ConnectionInitializationTimeout property must be less than the value of the ServiceChangePollInterval property.
Applies to
Azure SDK for .NET