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

Default implementation of ITopicUpdaterUpdateCallback. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicUpdaterUpdateCallbackDefault:
PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicUpdaterUpdateCallback PushTechnology.ClientInterface.Client.Callbacks.ICallback

Public Member Functions

virtual void OnSuccess ()
 Callback method indicating that the update operation has finished. More...
 
virtual void OnError (ErrorReason errorReason)
 Notification that an update call resulted in error. More...
 

Detailed Description

Default implementation of ITopicUpdaterUpdateCallback.

This simply logs OnSuccess calls at 'Debug' level and OnError calls at 'Warn' level. This method may be overridden to perform some more specific actions.

Member Function Documentation

virtual void PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicUpdaterUpdateCallbackDefault.OnError ( ErrorReason  errorReason)
virtual

Notification that an update call resulted in error.

Implements PushTechnology.ClientInterface.Client.Callbacks.ICallback.

virtual void PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicUpdaterUpdateCallbackDefault.OnSuccess ( )
virtual

Callback method indicating that the update operation has finished.

This is not a guarantee that the server has performed the action as requested - rather that the server received the update request, handled it, and has signified that this processing is now complete.

Implements PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicUpdaterUpdateCallback.


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