RetryParams.DefaultBackOff(Int32) 方法

定义

计算当前重试计数是否小于允许的最大重试次数,如果为 true,则返回新对象,如果为 false,则StopRetrying返回属性RetryParams为 false。

public static Microsoft.Bot.Connector.Authentication.RetryParams DefaultBackOff (int retryCount);
static member DefaultBackOff : int -> Microsoft.Bot.Connector.Authentication.RetryParams
Public Shared Function DefaultBackOff (retryCount As Integer) As RetryParams

参数

retryCount
Int32

执行重试的次数。

返回

RetryParams 对象。

适用于