SqlRetryLogicBase.NumberOfTries 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.
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.