Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.Control.Topics.MissingTopicNotificationStreamDefault Class Reference

The default IMissingTopicNotificationStream implementation. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Topics.MissingTopicNotificationStreamDefault:
PushTechnology.ClientInterface.Client.Callbacks.DefaultStream PushTechnology.ClientInterface.Client.Features.Control.Topics.IMissingTopicNotificationStream PushTechnology.ClientInterface.Client.Callbacks.DefaultCallback PushTechnology.ClientInterface.Client.Callbacks.IStream PushTechnology.ClientInterface.Client.Callbacks.IStream PushTechnology.ClientInterface.Client.Callbacks.ICallback PushTechnology.ClientInterface.Client.Callbacks.ICallback PushTechnology.ClientInterface.Client.Callbacks.ICallback

Public Member Functions

virtual void OnMissingTopic (IMissingTopicNotification notification)
 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 stream was registered. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Callbacks.DefaultStream
virtual void OnClose ()
 Notification that a stream context was closed normally. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Callbacks.DefaultCallback
virtual void OnError (ErrorReason errorReason)
 Notification of a contextual error related to this callback. More...
 

Detailed Description

The default IMissingTopicNotificationStream implementation.

Since 6.0

Member Function Documentation

virtual void PushTechnology.ClientInterface.Client.Features.Control.Topics.MissingTopicNotificationStreamDefault.OnMissingTopic ( IMissingTopicNotification  notification)
virtual

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 stream was registered.

Parameters
notificationThe missing topic notification.

Implements PushTechnology.ClientInterface.Client.Features.Control.Topics.IMissingTopicNotificationStream.


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