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

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

Inheritance diagram for PushTechnology.ClientInterface.Client.Callbacks.DefaultContextStream< TContext >:
PushTechnology.ClientInterface.Client.Callbacks.DefaultContextCallback< TContext > PushTechnology.ClientInterface.Client.Callbacks.IContextStream< in TContext > PushTechnology.ClientInterface.Client.Callbacks.IContextCallback< in TContext > PushTechnology.ClientInterface.Client.Callbacks.IContextCallback< in TContext >

Public Member Functions

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

Detailed Description

The default IContextStream{TContext} implementation.

This simply logs an OnClose call at 'debug' level. This method should be overridden for more specific processing.

Template Parameters
TContextThe context object type.

Member Function Documentation

virtual void PushTechnology.ClientInterface.Client.Callbacks.DefaultContextStream< TContext >.OnClose ( TContext  context)
virtual

Notification that a call 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. May be null.

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


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