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

The default ICallback implementation. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Callbacks.DefaultCallback:
PushTechnology.ClientInterface.Client.Callbacks.ICallback PushTechnology.ClientInterface.Client.Callbacks.DefaultStream PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicControlRemovalCallbackDefault PushTechnology.ClientInterface.Client.Features.Control.Topics.FilteredRequestCallbackDefault< TResponse > PushTechnology.ClientInterface.Client.Features.Control.Topics.MissingTopicNotificationStreamDefault PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicEventStreamDefault PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicNotificationListenerDefault PushTechnology.ClientInterface.Client.Features.DefaultMessageStream PushTechnology.ClientInterface.Client.Features.TopicStreamDefault

Public Member Functions

virtual void OnError (ErrorReason errorReason)
 Notification of a contextual error related to this callback. More...
 

Detailed Description

The default ICallback implementation.

This simply logs OnError calls at debug level. This should be overridden to perform more specific error handling.

Member Function Documentation

virtual void PushTechnology.ClientInterface.Client.Callbacks.DefaultCallback.OnError ( ErrorReason  errorReason)
virtual

Notification of a contextual error related to this callback.

This is analogous to an exception being raised. Situations in which this method is called include the session being closed, a communication timeout, or a problem with the provided parameters. No further calls will be made to this callback for the call context.

Parameters
errorReasonThe reason for the error.

Implements PushTechnology.ClientInterface.Client.Callbacks.ICallback.


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