Свойство | Тип | Описание | |
---|---|---|---|
DEFAULT_INITIAL_INTERVAL | long | ||
DEFAULT_MAX_INTERVAL | long | ||
DEFAULT_MULTIPLIER | double |
Свойство | Тип | Описание | |
---|---|---|---|
Logger | ILog |
Метод | Описание | |
---|---|---|
BackOff ( IBackOffContext backOffContext ) : void |
Pause for a length of time equal to 'exp(backOffContext.expSeed)'
|
|
Start ( IRetryContext context ) : IBackOffContext |
Returns a new instance of IBackOffContext configured with the 'expSeed' and 'increment' values.
|
|
ToString ( ) : string |
The to string.
|
|
WithSleeper ( ISleeper sleeper ) : |
The with sleeper.
|
Метод | Описание | |
---|---|---|
CloneValues ( |
The clone values.
|
|
NewInstance ( ) : |
The new instance.
|
public BackOff ( IBackOffContext backOffContext ) : void | ||
backOffContext | IBackOffContext | The back off context. |
Результат | void |
protected CloneValues ( |
||
target | The target. | |
Результат | void |
protected NewInstance ( ) : |
||
Результат |
public Start ( IRetryContext context ) : IBackOffContext | ||
context | IRetryContext | The context. |
Результат | IBackOffContext |
public WithSleeper ( ISleeper sleeper ) : |
||
sleeper | ISleeper | The sleeper. |
Результат |
public static long DEFAULT_INITIAL_INTERVAL | ||
Результат | long |
public static long DEFAULT_MAX_INTERVAL | ||
Результат | long |
public static double DEFAULT_MULTIPLIER | ||
Результат | double |