Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Callbacks.DefaultStream Class Reference

The default IStream implementation. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Callbacks.DefaultStream:
PushTechnology.ClientInterface.Client.Callbacks.DefaultCallback PushTechnology.ClientInterface.Client.Callbacks.IStream PushTechnology.ClientInterface.Client.Callbacks.ICallback PushTechnology.ClientInterface.Client.Callbacks.ICallback PushTechnology.ClientInterface.Client.Features.Control.Topics.FilteredRequestCallbackDefault< TResponse > PushTechnology.ClientInterface.Client.Features.Control.Topics.MissingTopicNotificationStreamDefault PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicEventStreamDefault PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicNotificationListenerDefault PushTechnology.ClientInterface.Client.Features.DefaultMessageStream PushTechnology.ClientInterface.Client.Features.TopicStreamDefault

Public Member Functions

virtual void OnClose ()
 Notification that a stream context was closed normally. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Callbacks.DefaultCallback
virtual void OnError (ErrorReason errorReason)
 Notification of a contextual error related to this callback. More...
 

Detailed Description

The default IStream implementation.

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

Member Function Documentation

virtual void PushTechnology.ClientInterface.Client.Callbacks.DefaultStream.OnClose ( )
virtual

Notification that a stream context was closed normally.

No further calls will be made for the stream context.

Implements PushTechnology.ClientInterface.Client.Callbacks.IStream.


The documentation for this class was generated from the following file: