Partager via


IBackoffProvider Interface

Définition

Fonctionnalité permettant de déterminer la durée d’attente entre les tentatives successives d’opération.

public interface IBackoffProvider
type IBackoffProvider = interface
Public Interface IBackoffProvider
Dérivé

Méthodes

Next(Int32)

Retourne le temps d’attente avant de tenter une opération ultérieure.

S’applique à