RetryParams.DefaultBackOff(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算当前重试计数是否小于允许的最大重试次数,如果为 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 对象。