Class MissingTopicNotificationStreamDefault

The default IMissingTopicNotificationStream implementation.

Inheritance
System.Object
DefaultCallback
DefaultStream
MissingTopicNotificationStreamDefault
Implements
IMissingTopicNotificationStream
IStream
ICallback
Inherited Members
DefaultStream.OnClose()
DefaultCallback.OnError(ErrorReason)
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)

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

Implements

IMissingTopicNotificationStream
IStream
ICallback
Back to top