dnp3
0.9.0
|
Retry strategy configuration. More...
Public Attributes | |
TimeSpan | MinDelay = TimeSpan.FromMilliseconds(1000) |
Minimum delay between two retries More... | |
TimeSpan | MaxDelay = TimeSpan.FromMilliseconds(10000) |
Maximum delay between two retries More... | |
Retry strategy configuration.
The strategy uses an exponential back-off with a minimum and maximum value.
TimeSpan dnp3.RetryStrategy.MaxDelay = TimeSpan.FromMilliseconds(10000) |
Maximum delay between two retries
Default value is 10s
TimeSpan dnp3.RetryStrategy.MinDelay = TimeSpan.FromMilliseconds(1000) |
Minimum delay between two retries
Default value is 1s