SqlRetryLogicBase.NumberOfTries Property

Definition

Maximum number of retries.

public int NumberOfTries { get; protected set; }
member this.NumberOfTries : int with get, set
Public Property NumberOfTries As Integer

Property Value

Int32

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

Applies to