C# Class Spring.Retry.Retry.Backoff.ExponentialRandomBackOffContext

Inheritance: ExponentialBackOffContext
Afficher le fichier Open project: spring-projects/spring-net-retry

Méthodes publiques

Méthode Description
ExponentialRandomBackOffContext ( long expSeed, double multiplier, long maxInterval ) : System

Initializes a new instance of the ExponentialRandomBackOffContext class.

Private Methods

Méthode Description
GetNextInterval ( ) : long

Method Details

ExponentialRandomBackOffContext() public méthode

Initializes a new instance of the ExponentialRandomBackOffContext class.
public ExponentialRandomBackOffContext ( long expSeed, double multiplier, long maxInterval ) : System
expSeed long The exp seed.
multiplier double The multiplier.
maxInterval long The max interval.
Résultat System