SqlRetryLogicBase.Current 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.
Current retry number starting from zero.
public: property int Current { public:
int get(); protected:
void set(int value); };
public int Current { get; protected set; }
member this.Current : int with get, set
Public Property Current As Integer
Property Value
int
that returns the number of retry execution attempts after the first failure.