RetryParams.DefaultBackOff(Int32) Method

Definition

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

Parameters

retryCount
Int32

Returns

Applies to