![]() |
dnp3 (.NET API) 1.5.2
|
Timing parameters for connection attempts More...
Public Member Functions | |
| ConnectStrategy | WithMinConnectDelay (TimeSpan value) |
| Minimum delay between two connection attempts, doubles up to the maximum delay More... | |
| ConnectStrategy | WithMaxConnectDelay (TimeSpan value) |
| Maximum delay between two connection attempts More... | |
| ConnectStrategy | WithReconnectDelay (TimeSpan value) |
| Delay before attempting a connection after a disconnect More... | |
| ConnectStrategy () | |
| Initialize to default values More... | |
Public Attributes | |
| TimeSpan | MinConnectDelay |
| Minimum delay between two connection attempts, doubles up to the maximum delay More... | |
| TimeSpan | MaxConnectDelay |
| Maximum delay between two connection attempts More... | |
| TimeSpan | ReconnectDelay |
| Delay before attempting a connection after a disconnect More... | |
Timing parameters for connection attempts
|
inline |
Initialize to default values
Default values:
|
inline |
Maximum delay between two connection attempts
|
inline |
Minimum delay between two connection attempts, doubles up to the maximum delay
|
inline |
Delay before attempting a connection after a disconnect
| TimeSpan dnp3.ConnectStrategy.MaxConnectDelay |
Maximum delay between two connection attempts
| TimeSpan dnp3.ConnectStrategy.MinConnectDelay |
Minimum delay between two connection attempts, doubles up to the maximum delay
| TimeSpan dnp3.ConnectStrategy.ReconnectDelay |
Delay before attempting a connection after a disconnect