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

The default ITopicControlRemovalCallback implementation. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicControlRemovalCallbackDefault:
PushTechnology.ClientInterface.Client.Callbacks.DefaultCallback PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicControlRemovalCallback PushTechnology.ClientInterface.Client.Callbacks.ICallback PushTechnology.ClientInterface.Client.Callbacks.ICallback

Public Member Functions

virtual void OnTopicsRemoved ()
 Called to indicate that the requested remove operation has been actioned at the server. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Callbacks.DefaultCallback
virtual void OnError (ErrorReason errorReason)
 Notification of a contextual error related to this callback. More...
 

Detailed Description

The default ITopicControlRemovalCallback implementation.

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

Member Function Documentation

virtual void PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicControlRemovalCallbackDefault.OnTopicsRemoved ( )
virtual

Called to indicate that the requested remove operation has been actioned at the server.

This does not mean that all intended topics have actually been removed. For example, if the caller did not have sufficient permissions to remove the topic(s).

Implements PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicControlRemovalCallback.


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