Compartir a través de


IRetryPolicy Interfaz

Definición

Representa una directiva de reintentos.

public interface IRetryPolicy
type IRetryPolicy = interface
Public Interface IRetryPolicy
Derivado

Métodos

ShouldRetryAsync(Exception, OperationContext)

Determina si la operación se debe reintentar y cuánto tiempo se debe esperar hasta el siguiente reintento.

Se aplica a