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

Abstract default callback. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Callbacks.DefaultStreamCallback:
PushTechnology.ClientInterface.Client.Callbacks.DefaultCallback PushTechnology.ClientInterface.Client.Callbacks.IStream PushTechnology.ClientInterface.Client.Callbacks.ICallback PushTechnology.ClientInterface.Client.Callbacks.ICallback PushTechnology.ClientInterface.Client.Features.DefaultMessageStream

Public Member Functions

void OnClose ()
 Notification that a strea 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 should normally be overridden to provide more specific processing.



Since 5.8

Member Function Documentation

void PushTechnology.ClientInterface.Client.Callbacks.DefaultStreamCallback.OnClose ( )

Notification that a strea 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: