Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicControlRemovalContextCallback< in TContext > Interface Template Reference

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

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicControlRemovalContextCallback< in TContext >:
PushTechnology.ClientInterface.Client.Callbacks.IContextCallback< in TContext > PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicControlRemovalContextCallbackDefault< TContext >

Public Member Functions

void OnTopicsRemoved (TContext context)
 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.IContextCallback< in TContext >
void OnError (TContext context, ErrorReason errorReason)
 Notification of a contextual error related to this callback. This is analogous to an unchecked exception being raised. Situations in which More...
 

Detailed Description

Contextual callback interface for topic remove requests.

Template Parameters
TContextThe context type.



Since 5.9

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicControlRemovalContextCallback< in TContext >.OnTopicsRemoved ( TContext  context)

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).

Parameters
contextThe context object the application supplied when making the call or null.

s

Implemented in PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicControlRemovalContextCallbackDefault< TContext >.


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