Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.IPingContextCallback< in TContext > Interface Template Reference

The callback interface for IPings context based operations. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.IPingContextCallback< in TContext >:
PushTechnology.ClientInterface.Client.Features.IContextCallback< in TContext > PushTechnology.ClientInterface.Client.Features.PingContextCallbackDefault< TContext >

Public Member Functions

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

Detailed Description

The callback interface for IPings context based operations.

Use this alternative to IPingCallback to associate some arbitrary context object with each call.

Template Parameters
TContextThe context object type.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.IPingContextCallback< in TContext >.OnPingResponse ( TContext  context,
IPingDetails  details 
)

Called when the server responds to a ping operation.

Parameters
contextThe context object supplied when making the call. Or null.
detailsInformation relating to the ping.

Implemented in PushTechnology.ClientInterface.Client.Features.PingContextCallbackDefault< TContext >.


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