FixedBackoff Classe
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.
Implémentation de backoff de durée fixe, qui retourne toujours le délai configuré.
public class FixedBackoff : Orleans.Internal.IBackoffProvider
type FixedBackoff = class
interface IBackoffProvider
Public Class FixedBackoff
Implements IBackoffProvider
- Héritage
-
FixedBackoff
- Implémente
Constructeurs
FixedBackoff(TimeSpan) |
Initialise une nouvelle instance de la classe FixedBackoff. |
Méthodes
Next(Int32) |
Retourne le temps d’attente avant de tenter une opération suivante. |