Method | Description | |
---|---|---|
DelayedConfig ( int maxNumberOfRetries, System.TimeSpan timeIncrease ) : System |
Creates a new delayed retries configuration.
|
public DelayedConfig ( int maxNumberOfRetries, System.TimeSpan timeIncrease ) : System | ||
maxNumberOfRetries | int | The maximum number of delayed retries. |
timeIncrease | System.TimeSpan | The time of increase for individual delayed retries. |
return | System |