dnp3  0.9.0
Public Attributes | List of all members
dnp3.RetryStrategy Class Reference

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

Detailed Description

Retry strategy configuration.

The strategy uses an exponential back-off with a minimum and maximum value.

Member Data Documentation

◆ MaxDelay

TimeSpan dnp3.RetryStrategy.MaxDelay = TimeSpan.FromMilliseconds(10000)

Maximum delay between two retries

Default value is 10s

◆ MinDelay

TimeSpan dnp3.RetryStrategy.MinDelay = TimeSpan.FromMilliseconds(1000)

Minimum delay between two retries

Default value is 1s


The documentation for this class was generated from the following file: