IQueueReaderBackoffProvider Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fonctionnalité permettant de déterminer la durée pendant laquelle le Orleans.Streams.IPersistentStreamPullingAgent attend entre les tentatives successives de lecture d’un message à partir d’une file d’attente.
public interface IQueueReaderBackoffProvider : Orleans.Internal.IBackoffProvider
type IQueueReaderBackoffProvider = interface
interface IBackoffProvider
Public Interface IQueueReaderBackoffProvider
Implements IBackoffProvider
- Implémente
Méthodes
Next(Int32) |
Retourne le temps d’attente avant de tenter une opération ultérieure. (Hérité de IBackoffProvider) |