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

The default ITopicControlRemovalCallback implementation that logs all callback events. 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. 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). 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. This is analogous to an exception being raised. Situations in which More...
 

Detailed Description

The default ITopicControlRemovalCallback implementation that logs all callback events.

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: