Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Callbacks.StreamDefault Class Reference

Abstract default callback. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Callbacks.StreamDefault:
PushTechnology.ClientInterface.Client.Callbacks.DefaultCallback PushTechnology.ClientInterface.Client.Callbacks.IStream PushTechnology.ClientInterface.Client.Callbacks.ICallback PushTechnology.ClientInterface.Client.Callbacks.ICallback PushTechnology.ClientInterface.Client.Features.TopicStreamDefault

Public Member Functions

virtual void OnClose ()
 Called to notify 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. This is analogous to an exception being raised. Situations in which More...
 

Detailed Description

Abstract default callback.

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.StreamDefault.OnClose ( )
virtual

Called to notify 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: