SqlRetryLogicBase.NumberOfTries Property

Definition

Maximum number of retries.

public:  property int NumberOfTries {  public:
int get(); protected:
 void set(int value); };
public int NumberOfTries { get; protected set; }
member this.NumberOfTries : int with get, set
Public Property NumberOfTries As Integer

Property Value

int that returns the maximum number of retry execution attempts that will be attempted after the first failure.

Applies to