Class MissingTopicNotificationStreamDefault

The default IMissingTopicNotificationStream implementation.

Inheritance
System.Object
DefaultCallback
DefaultStream
MissingTopicNotificationStreamDefault
Implements
IMissingTopicNotificationStream
IStream
ICallback
Inherited Members
DefaultStream.OnClose()
DefaultCallback.OnError(ErrorReason)
Namespace: PushTechnology.ClientInterface.Client.Features.Control.Topics
Assembly: Diffusion.Client.dll
Syntax
public class MissingTopicNotificationStreamDefault : DefaultStream, IMissingTopicNotificationStream, IStream, ICallback

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.

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

The missing topic notification.

Implements

IMissingTopicNotificationStream
IStream
ICallback
Back to top