IBackoffProvider 接口

定义

用于确定连续操作尝试之间等待多长时间的功能。

public interface IBackoffProvider
type IBackoffProvider = interface
Public Interface IBackoffProvider
派生

方法

Next(Int32)

返回在尝试后续操作之前等待的时间量。

适用于