Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.ContextStreamDefault< TContext > Class Template Reference

The default IContextStream{TContext} implementation. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.ContextStreamDefault< TContext >:
PushTechnology.ClientInterface.Client.Features.ContextCallbackDefault< TContext > PushTechnology.ClientInterface.Client.Features.IContextStream< in TContext > PushTechnology.ClientInterface.Client.Features.IContextCallback< in TContext > PushTechnology.ClientInterface.Client.Features.IContextCallback< in TContext > PushTechnology.ClientInterface.Client.Features.FetchContextStreamDefault< TContext >

Public Member Functions

virtual void OnClose (TContext context)
 Called to notify that the stream context was closed normally. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Features.ContextCallbackDefault< TContext >
virtual void OnDiscard (TContext context)
 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 IContextStream{TContext} implementation.

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

Template Parameters
TContextThe context object type.

Member Function Documentation

virtual void PushTechnology.ClientInterface.Client.Features.ContextStreamDefault< TContext >.OnClose ( TContext  context)
virtual

Called to notify that the stream context was closed normally.

No further calls will be made for the stream context.

Parameters
contextThe context object the application supplied when making the call.

Implements PushTechnology.ClientInterface.Client.Features.IContextStream< in TContext >.


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