![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
The event args for the connection service. More...
Public Member Functions | |
DiffusionConnectionServiceEventArgs (int connectionNumber, int maxReconnects) | |
Constructor. More... | |
Properties | |
int | CurrentConnectionAttempt [get, set] |
Get the number of connections that have been attempted by the connection service so far. More... | |
int | MaxReconnectionAttempts [get, set] |
Get the maximum number of reconnects that will be attempted by the connection service. More... | |
The event args for the connection service.
PushTechnology.DiffusionCore.Connection.Services.DiffusionConnectionServiceEventArgs.DiffusionConnectionServiceEventArgs | ( | int | connectionNumber, |
int | maxReconnects | ||
) |
Constructor.
connectionNumber | |
maxReconnects |
|
getset |
Get the number of connections that have been attempted by the connection service so far.
|
getset |
Get the maximum number of reconnects that will be attempted by the connection service.