RabbitMQClientSettings.MaxConnectRetryCount 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 maximum number of connection retry attempts.
Default value is 5, set it to 0 to disable the retry mechanism.
public int MaxConnectRetryCount { get; set; }
member this.MaxConnectRetryCount : int with get, set
Public Property MaxConnectRetryCount As Integer