Diffusion .NET Classic API - Core and Common  5.9.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
PushTechnology.DiffusionCore.Connection.Services.DiffusionReconnectionEventArgs Class Reference

The event args for the connection 'retry' service helper. More...

Inheritance diagram for PushTechnology.DiffusionCore.Connection.Services.DiffusionReconnectionEventArgs:

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

Detailed Description

The event args for the connection 'retry' service helper.

Constructor & Destructor Documentation

PushTechnology.DiffusionCore.Connection.Services.DiffusionReconnectionEventArgs.DiffusionReconnectionEventArgs ( int  connectionNumber,
int  maxConnectionAttempts,
bool  enabled 
)

Constructor.

Parameters
connectionNumber
maxConnectionAttempts
enabled

Property Documentation

int PushTechnology.DiffusionCore.Connection.Services.DiffusionReconnectionEventArgs.CurrentConnectionAttempt
getset

Get the number of connections that have been attempted so far.

bool PushTechnology.DiffusionCore.Connection.Services.DiffusionReconnectionEventArgs.Enabled
getset

Get the enabled state of the reconnection service.

int PushTechnology.DiffusionCore.Connection.Services.DiffusionReconnectionEventArgs.MaxConnectionAttempts
getset

Get the maximum number of retries that will be attempted.