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

Callback interface for topic remove requests when no context is used. 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. 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.ICallback
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

Callback interface for topic remove requests when no context is used.



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: