Class MissingTopicNotificationStreamDefault
The default IMissingTopicNotificationStream implementation.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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. |