Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.PingCallbackDefault Class Reference

Default implementation of IPingCallback. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.PingCallbackDefault:
PushTechnology.ClientInterface.Client.Features.IPingCallback PushTechnology.ClientInterface.Client.Features.ICallback

Public Member Functions

virtual void OnDiscard ()
 Notification that a context was closed prematurely, typically due to a timeout or the session being closed. No further calls will be made for a context. More...
 
virtual void OnPingResponse (IPingDetails details)
 Notifies a response to a ping from the server. More...
 

Detailed Description

Default implementation of IPingCallback.

This simply logs OnPingResponse calls at 'Debug' level. This method may be overridden to perform some more specific action.

Member Function Documentation

virtual void PushTechnology.ClientInterface.Client.Features.PingCallbackDefault.OnDiscard ( )
virtual

Notification that a context was closed prematurely, typically due to a timeout or the session being closed. No further calls will be made for a context.

Implements PushTechnology.ClientInterface.Client.Features.ICallback.

virtual void PushTechnology.ClientInterface.Client.Features.PingCallbackDefault.OnPingResponse ( IPingDetails  details)
virtual

Notifies a response to a ping from the server.

Parameters
detailsInformation relating to the ping.

Implements PushTechnology.ClientInterface.Client.Features.IPingCallback.


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