Class PingCallbackDefault

The default IPingCallback implementation.

Inheritance
System.Object
CallbackDefault
PingCallbackDefault
Implements
IPingCallback
ICallback
Inherited Members
CallbackDefault.OnDiscard()
Namespace: PushTechnology.ClientInterface.Client.Features
Assembly: Diffusion.Client.dll
Syntax
public class PingCallbackDefault : CallbackDefault, IPingCallback, ICallback
Remarks

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

Methods

OnPingResponse(IPingDetails)

Called when the server responds to a ping operation.

Declaration
public virtual void OnPingResponse(IPingDetails details)
Parameters
Type Name Description
IPingDetails details

Information relating to the ping.

Implements

IPingCallback
ICallback
Back to top