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

The interface for connection cascades. More...

Inheritance diagram for PushTechnology.DiffusionCore.Connection.ICascadable:
PushTechnology.DiffusionCore.Connection.IDiffusionTopicConnector PushTechnology.DiffusionCore.Connection.Services.DiffusionConnectionService< TClient >

Properties

bool RestoreState [get, set]
 Indicates whether to attempt to restore state with an accordingly-configured Diffusion server upon loss of connection and subsequent reconnection. More...
 

Events

EventHandler
< ServerDetailsEventArgs
ConnectionDetailsAcquired
 The event which is fired when a set of server details is acquired from the list. More...
 
EventHandler< EventArgs > ConnectionServiceStopped
 The event raised when the connection service is stopped. More...
 

Detailed Description

The interface for connection cascades.

Property Documentation

bool PushTechnology.DiffusionCore.Connection.ICascadable.RestoreState
getset

Indicates whether to attempt to restore state with an accordingly-configured Diffusion server upon loss of connection and subsequent reconnection.

Event Documentation

EventHandler<ServerDetailsEventArgs> PushTechnology.DiffusionCore.Connection.ICascadable.ConnectionDetailsAcquired

The event which is fired when a set of server details is acquired from the list.

EventHandler<EventArgs> PushTechnology.DiffusionCore.Connection.ICascadable.ConnectionServiceStopped

The event raised when the connection service is stopped.