Class MissingTopicHandlerDefault

The default IMissingTopicHandler implementation.

Inheritance
System.Object
TopicTreeHandlerDefault
MissingTopicHandlerDefault
Implements
IMissingTopicHandler
ITopicTreeHandler
Inherited Members
TopicTreeHandlerDefault.OnActive(String, IRegisteredHandler)
TopicTreeHandlerDefault.OnClose(String)
Namespace: PushTechnology.ClientInterface.Client.Features.Control.Topics
Assembly: Diffusion.Client.dll
Syntax
public class MissingTopicHandlerDefault : TopicTreeHandlerDefault, IMissingTopicHandler, ITopicTreeHandler

Methods

OnMissingTopic(IMissingTopicNotification)

Called when a session requests a topic that does not exist, and the topic path belongs to part of the topic tree for which this handler was registered.

Declaration
public virtual void OnMissingTopic(IMissingTopicNotification notification)
Parameters
Type Name Description
IMissingTopicNotification notification

The missing topic notification.

Implements

IMissingTopicHandler
ITopicTreeHandler
Back to top