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

The default IStream implementation. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.StreamDefault:
PushTechnology.ClientInterface.Client.Features.CallbackDefault PushTechnology.ClientInterface.Client.Features.IStream PushTechnology.ClientInterface.Client.Features.ICallback PushTechnology.ClientInterface.Client.Features.ICallback PushTechnology.ClientInterface.Client.Features.FetchStreamDefault

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.Features.CallbackDefault
virtual void OnDiscard ()
 Called to notify that a call context was closed prematurely, typically due to a timeout or the session being closed. More...
 

Detailed Description

The default IStream implementation.

This simply logs OnClose calls at 'debug' level. This method should normally be overridden to perform more specific processing.

Member Function Documentation

virtual void PushTechnology.ClientInterface.Client.Features.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.Features.IStream.


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