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

The default ICallback implementation. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.CallbackDefault:
PushTechnology.ClientInterface.Client.Features.ICallback PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicControlAddCallbackDefault PushTechnology.ClientInterface.Client.Features.PingCallbackDefault PushTechnology.ClientInterface.Client.Features.StreamDefault PushTechnology.ClientInterface.Client.Features.TopicDetailsCallbackDefault PushTechnology.ClientInterface.Client.Features.TopicsCompletionCallbackDefault PushTechnology.ClientInterface.Client.Features.FetchStreamDefault

Public Member Functions

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 ICallback implementation.

This simply logs any OnDiscard response at 'warn' level. The method should be overridden if anything other than a logged warning would be required in such an eventuality.

Member Function Documentation

virtual void PushTechnology.ClientInterface.Client.Features.CallbackDefault.OnDiscard ( )
virtual

Called to notify that a call context was closed prematurely, typically due to a timeout or the session being closed.

No further calls will be made for the context.

Implements PushTechnology.ClientInterface.Client.Features.ICallback.


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