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

The callback interface for success or failure notifications from subscription and unsubscription notifications. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.ITopicsCompletionCallback:
PushTechnology.ClientInterface.Client.Features.ICallback PushTechnology.ClientInterface.Client.Features.TopicsCompletionCallbackDefault

Public Member Functions

void OnComplete ()
 Called to indicate that the requested operation has been processed 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

The callback interface for success or failure notifications from subscription and unsubscription notifications.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.ITopicsCompletionCallback.OnComplete ( )

Called to indicate that the requested operation has been processed by the server.

Implemented in PushTechnology.ClientInterface.Client.Features.TopicsCompletionCallbackDefault.


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