ExecutionStrategy.MaxRetryCount Property

Definition

The maximum number of retry attempts.

protected virtual int MaxRetryCount { get; }
public virtual int MaxRetryCount { get; }
member this.MaxRetryCount : int
Protected Overridable ReadOnly Property MaxRetryCount As Integer
Public Overridable ReadOnly Property MaxRetryCount As Integer

Property Value

Remarks

See Connection resiliency and database retries for more information and examples.

Applies to