SqlRetryLogicBase.Current Property

Definition

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.

Applies to