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

Contextual version of IClientCallback. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Clients.IClientContextCallback< in TContext >:
PushTechnology.ClientInterface.Client.Features.IContextCallback< in TContext >

Public Member Functions

void OnComplete (TContext context)
 Indicates that the request operation has been handled by the server. 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

Contextual version of IClientCallback.

Attaches an arbitrary context object to callback notifications.

Template Parameters
TContextthe context type

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.Control.Clients.IClientContextCallback< in TContext >.OnComplete ( TContext  context)

Indicates that the request operation has been handled by the server.

Parameters
contextThe context provided with the operation

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