메소드 | 설명 | |
---|---|---|
ExponentialBackOffContext ( long expSeed, double multiplier, long maxInterval ) : System.Runtime.CompilerServices |
Initializes a new instance of the ExponentialBackOffContext class.
|
메소드 | 설명 | |
---|---|---|
GetNextInterval ( ) : long |
The get next interval.
|
메소드 | 설명 | |
---|---|---|
GetSleepAndIncrement ( ) : long |
public ExponentialBackOffContext ( long expSeed, double multiplier, long maxInterval ) : System.Runtime.CompilerServices | ||
expSeed | long | The exp seed. |
multiplier | double | The multiplier. |
maxInterval | long | The max interval. |
리턴 | System.Runtime.CompilerServices |