Class MissingTopicNotificationStreamDefault
- Namespace
- PushTechnology.ClientInterface.Client.Features.Control.Topics
- Assembly
- Diffusion.Client.dll
The default IMissingTopicNotificationStream implementation.
public class MissingTopicNotificationStreamDefault : DefaultStream, IMissingTopicNotificationStream, IStream, ICallback
- Inheritance
-
MissingTopicNotificationStreamDefault
- Implements
- Inherited Members
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 stream was registered.
public virtual void OnMissingTopic(IMissingTopicNotification notification)
Parameters
notificationIMissingTopicNotificationThe missing topic notification.