![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
The event args for the connection 'retry' service helper. More...
Public Member Functions | |
DiffusionReconnectionEventArgs (int connectionNumber, int maxConnectionAttempts, bool enabled) | |
Constructor. More... | |
Properties | |
int | CurrentConnectionAttempt [get, set] |
Get the number of connections that have been attempted so far. More... | |
int | MaxConnectionAttempts [get, set] |
Get the maximum number of retries that will be attempted. More... | |
bool | Enabled [get, set] |
Get the enabled state of the reconnection service. More... | |
The event args for the connection 'retry' service helper.
PushTechnology.DiffusionCore.Connection.Services.DiffusionReconnectionEventArgs.DiffusionReconnectionEventArgs | ( | int | connectionNumber, |
int | maxConnectionAttempts, | ||
bool | enabled | ||
) |
Constructor.
connectionNumber | |
maxConnectionAttempts | |
enabled |
|
getset |
Get the number of connections that have been attempted so far.
|
getset |
Get the enabled state of the reconnection service.
|
getset |
Get the maximum number of retries that will be attempted.