Diffusion .NET Classic API - Core and Common  5.9.24
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
PushTechnology.DiffusionCore.Connection.Services.IDiffusionReconnectorEvents Interface Reference

The interface for reconnector service events. More...

Inheritance diagram for PushTechnology.DiffusionCore.Connection.Services.IDiffusionReconnectorEvents:
PushTechnology.DiffusionCore.Connection.Services.DiffusionConnectionHelper

Events

EventHandler< EventArgs > OnConnect
 The event fired to notify subscribers that they should attempt to connect. More...
 
EventHandler
< DiffusionReconnectionEventArgs
Started
 The event fired when the service has started. More...
 
EventHandler
< DiffusionReconnectionEventArgs
Stopped
 The event fired when the service has stopped. More...
 
EventHandler
< DiffusionReconnectionEventArgs
Reconnecting
 The event fired when the service is attempting to reconnect. More...
 
EventHandler
< DiffusionReconnectionEventArgs
Completed
 The event fired when the service has completed, i.e. it has tried to connect 'ReconnectAttempts' times. More...
 
EventHandler
< DiffusionReconnectionEventArgs
EnabledChanged
 The event fired when the state of the 'Enabled' flag changes. More...
 

Detailed Description

The interface for reconnector service events.

Event Documentation

EventHandler<DiffusionReconnectionEventArgs> PushTechnology.DiffusionCore.Connection.Services.IDiffusionReconnectorEvents.Completed

The event fired when the service has completed, i.e. it has tried to connect 'ReconnectAttempts' times.

EventHandler<DiffusionReconnectionEventArgs> PushTechnology.DiffusionCore.Connection.Services.IDiffusionReconnectorEvents.EnabledChanged

The event fired when the state of the 'Enabled' flag changes.

EventHandler<EventArgs> PushTechnology.DiffusionCore.Connection.Services.IDiffusionReconnectorEvents.OnConnect

The event fired to notify subscribers that they should attempt to connect.

EventHandler<DiffusionReconnectionEventArgs> PushTechnology.DiffusionCore.Connection.Services.IDiffusionReconnectorEvents.Reconnecting

The event fired when the service is attempting to reconnect.

EventHandler<DiffusionReconnectionEventArgs> PushTechnology.DiffusionCore.Connection.Services.IDiffusionReconnectorEvents.Started

The event fired when the service has started.

EventHandler<DiffusionReconnectionEventArgs> PushTechnology.DiffusionCore.Connection.Services.IDiffusionReconnectorEvents.Stopped

The event fired when the service has stopped.