SqlRetryLogicBase.Current Property

Definition

Current retry number starting from zero.

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

Property Value

Int32

int that returns the number of retry execution attempts after the first failure.

Applies to