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

The default ITopicControlRemovalContextCallback{TContext} implementation that logs all callback events. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicControlRemovalContextCallbackDefault< TContext >:
PushTechnology.ClientInterface.Client.Callbacks.DefaultContextCallback< TContext > PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicControlRemovalContextCallback< in TContext > PushTechnology.ClientInterface.Client.Callbacks.IContextCallback< in TContext > PushTechnology.ClientInterface.Client.Callbacks.IContextCallback< in 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.DefaultContextCallback< TContext >
virtual 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

The default ITopicControlRemovalContextCallback{TContext} implementation that logs all callback events.

Member Function Documentation

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

Implements PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicControlRemovalContextCallback< in TContext >.


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