Class TopicControlRemovalCallbackDefault

The default ITopicControlRemovalCallback implementation.

Inheritance
System.Object
DefaultCallback
TopicControlRemovalCallbackDefault
Implements
ITopicControlRemovalCallback
ICallback
Inherited Members
DefaultCallback.OnError(ErrorReason)
Namespace: PushTechnology.ClientInterface.Client.Features.Control.Topics
Assembly: Diffusion.Client.dll
Syntax
public class TopicControlRemovalCallbackDefault : DefaultCallback, ITopicControlRemovalCallback, ICallback
Remarks

This simply logs OnTopicsRemoved() calls at 'debug' level. This can be overridden to perform some more specific action.

Methods

OnTopicsRemoved()

Called to indicate that the requested remove operation has been actioned at the server.

Declaration
public virtual void OnTopicsRemoved()
Remarks

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

Implements

ITopicControlRemovalCallback
ICallback
Back to top