Class PingContextCallbackDefault<TContext>

The default IPingContextCallback<TContext> implementation.

Inheritance
System.Object
ContextCallbackDefault<TContext>
PingContextCallbackDefault<TContext>
Implements
IPingContextCallback<TContext>
IContextCallback<TContext>
Inherited Members
ContextCallbackDefault<TContext>.OnDiscard(TContext)
Namespace: PushTechnology.ClientInterface.Client.Features
Assembly: Diffusion.Client.dll
Syntax
public class PingContextCallbackDefault<TContext> : ContextCallbackDefault<TContext>, IPingContextCallback<TContext>, IContextCallback<TContext>
Type Parameters
Name Description
TContext

The context object type.

Methods

OnPingResponse(TContext, IPingDetails)

Called when the server responds to a ping operation.

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

The context object supplied when making the call. Or null.

IPingDetails details

Information relating to the ping.

Implements

IPingContextCallback<TContext>
IContextCallback<TContext>
Back to top