RetryParams.DefaultBackOff(Int32) Metodo

Definizione

Valuta se il numero di tentativi corrente è minore del numero massimo di tentativi consentiti e restituisce un nuovo RetryParams oggetto se true o imposta la StopRetrying proprietà su false se 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

Parametri

retryCount
Int32

Numero di tentativi da eseguire.

Restituisce

Un oggetto RetryParams.

Si applica a