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

The default IPingCallback implementation. More...

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

Public Member Functions

virtual void OnPingResponse (IPingDetails details)
 Called when the server responds to a ping operation. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Features.CallbackDefault
virtual void OnDiscard ()
 Called to notify that a call context was closed prematurely, typically due to a timeout or the session being closed. More...
 

Detailed Description

The default IPingCallback implementation.

This simply logs OnPingResponse calls at 'debug' level. This can be overridden to perform some more specific action.

Member Function Documentation

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

Called when the server responds to a ping operation.

Parameters
detailsInformation relating to the ping.

Implements PushTechnology.ClientInterface.Client.Features.IPingCallback.


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