Class DefaultStream

The default IStream implementation.

Inheritance
System.Object
DefaultCallback
DefaultStream
MissingTopicNotificationStreamDefault
TopicNotificationListenerDefault
FilteredRequestCallbackDefault<TResponse>
DefaultSubscriberStream
Implements
IStream
ICallback
Inherited Members
DefaultCallback.OnError(ErrorReason)
Namespace: PushTechnology.ClientInterface.Client.Callbacks
Assembly: Diffusion.Client.dll
Syntax
public class DefaultStream : DefaultCallback, IStream, ICallback
Remarks

This simply logs OnClose() calls at 'debug' level. This method may be overridden to provide more specific processing.

Methods

OnClose()

Notification that a stream context was closed normally.

Declaration
public virtual void OnClose()
Remarks

No further calls will be made for the stream context.

Implements

IStream
ICallback
Back to top