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

The callback interface for topic remove requests. More...

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

Public Member Functions

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.ICallback
void OnError (ErrorReason errorReason)
 Notification of a contextual error related to this callback. More...
 

Detailed Description

The callback interface for topic remove requests.

Since 5.9

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicControlRemovalCallback.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).

Implemented in PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicControlRemovalCallbackDefault.


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