C# Class Rebus.Workers.ThreadPoolBased.DefaultSyncBackoffStrategy

Inheritance: ISyncBackoffStrategy
Afficher le fichier Open project: rebus-org/Rebus Class Usage Examples

Méthodes publiques

Méthode Description
DefaultSyncBackoffStrategy ( IEnumerable backoffTimes ) : System

Constructs the backoff strategy with the given waiting times

Reset ( ) : void
Wait ( ) : void
WaitError ( ) : void
WaitNoMessage ( ) : void

Private Methods

Méthode Description
InnerWait ( ) : void

Method Details

DefaultSyncBackoffStrategy() public méthode

Constructs the backoff strategy with the given waiting times
public DefaultSyncBackoffStrategy ( IEnumerable backoffTimes ) : System
backoffTimes IEnumerable
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

Wait() public méthode

public Wait ( ) : void
Résultat void

WaitError() public méthode

public WaitError ( ) : void
Résultat void

WaitNoMessage() public méthode

public WaitNoMessage ( ) : void
Résultat void