SqlRetryLogicBase.Current 属性

定义

从零开始的当前重试次数。

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

属性值

int ,返回第一次失败后的重试执行尝试次数。

适用于