RetryParams.DefaultBackOff(Int32) Método

Definición

Evalúa si el recuento actual de reintentos es menor que el número máximo permitido de repeticiones, y devuelve un nuevo RetryParams objeto si es verdadero, o pone la StopRetrying propiedad en falso si es falso.

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

Parámetros

retryCount
Int32

El número de veces que hay que hacer un intento de nuevo.

Devoluciones

Un objeto RetryParams.

Se aplica a