Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.Control.Clients.IClientCallback Interface Reference

Callback interface for IClientControl.Close(SessionId,IClientCallback), IClientControl.SetConflated, and IClientControl.SetThrottled. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Clients.IClientCallback:
PushTechnology.ClientInterface.Client.Features.ICallback

Public Member Functions

void OnComplete ()
 This is called to indicate that a requested operation has been handled by the server. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Features.ICallback
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

Callback interface for IClientControl.Close(SessionId,IClientCallback), IClientControl.SetConflated, and IClientControl.SetThrottled.

Provides notifications of whether the requested operation was handled by the server.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.Control.Clients.IClientCallback.OnComplete ( )

This is called to indicate that a requested operation has been handled by the server.


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