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

Inheritance: ExponentialBackOffContext
ファイルを表示 Open project: spring-projects/spring-net-retry

Public Methods

Method Description
ExponentialRandomBackOffContext ( long expSeed, double multiplier, long maxInterval ) : System

Initializes a new instance of the ExponentialRandomBackOffContext class.

Private Methods

Method Description
GetNextInterval ( ) : long

Method Details

ExponentialRandomBackOffContext() public method

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.
return System