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

The default ITopicsCompletionCallback implementation. More...

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

Public Member Functions

virtual 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.CallbackDefault
virtual 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 default ITopicsCompletionCallback implementation.

This simply logs OnComplete calls at 'debug' level. This can be overridden to perform some more specific action.

Member Function Documentation

virtual void PushTechnology.ClientInterface.Client.Features.TopicsCompletionCallbackDefault.OnComplete ( )
virtual

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

Implements PushTechnology.ClientInterface.Client.Features.ITopicsCompletionCallback.


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