SqlRetryLogicBase 类

定义

在发生暂时性条件时,检索与重试次数相关的下一个时间间隔。

public ref class SqlRetryLogicBase abstract : ICloneable
public abstract class SqlRetryLogicBase : ICloneable
type SqlRetryLogicBase = class
    interface ICloneable
Public MustInherit Class SqlRetryLogicBase
Implements ICloneable
继承
SqlRetryLogicBase
实现

构造函数

SqlRetryLogicBase()

在发生暂时性条件时,检索与重试次数相关的下一个时间间隔。

属性

Current

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

NumberOfTries

最大重试次数。

RetryIntervalEnumerator

计时器间隔枚举器。

TransientPredicate

委托给暂时性条件谓词。 发生预期的暂时性异常时,此委托指向的函数必须返回 true 值。

方法

Clone()

创建作为当前实例副本的新对象。

Reset()

将计数器和枚举器设置为默认值以供下次使用。

RetryCondition(Object)

发送方状态的预重试验证。

TryNextInterval(TimeSpan)

如果计数器未超过重试次数,请尝试使用 枚举器获取下一个间隔时间。

适用于