Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Session.Reconnection.IReconnectionStrategy Interface Reference

A reconnection strategy that gets applied after the connection failure notification. More...

Inherited by PushTechnology.ClientInterface.Client.Session.Reconnection.AbortReconnectionStrategy, and PushTechnology.ClientInterface.Client.Session.Reconnection.DelayedReconnectionStrategy.

Public Member Functions

Task PerformReconnection (IReconnectionAttempt reconnectionAttempt)
 Performs reconnection by supplying a IReconnectionAttempt interface to the strategy. More...
 

Detailed Description

A reconnection strategy that gets applied after the connection failure notification.

Member Function Documentation

Task PushTechnology.ClientInterface.Client.Session.Reconnection.IReconnectionStrategy.PerformReconnection ( IReconnectionAttempt  reconnectionAttempt)

Performs reconnection by supplying a IReconnectionAttempt interface to the strategy.

Parameters
reconnectionAttemptThe interface that is able to start or abort the reconnection attempt.
Returns
A Task that holds the current status of the asynchronous operation.

The documentation for this interface was generated from the following file: