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

The 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. 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. More...
 

Detailed Description

The contextual callback interface for topic remove requests.

Template Parameters
TContextThe context type.

Use this alternative to ITopicControlRemovalCallback to associate some artibrary context with each call.

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.

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


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