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

Default context callback implementation. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicUpdateContextCallbackDefault< TC >:
PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicUpdateContextCallback< in TC >

Public Member Functions

virtual void OnSuccess (string topicPath, TC context)
 Indicates a successful update. More...
 
virtual void OnError (string topicPath, TopicSourceErrorDetails error, TC context)
 Notifies a failed update. More...
 

Detailed Description

Default context callback implementation.

Template Parameters
TCThe context type.

Member Function Documentation

virtual void PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicUpdateContextCallbackDefault< TC >.OnError ( string  topicPath,
TopicSourceErrorDetails  error,
TC  context 
)
virtual

Notifies a failed update.

Parameters
topicPathThe topic path the update was for.
errorThe update error.
contextThe context object that the update was called with.

Implements PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicUpdateContextCallback< in TC >.

virtual void PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicUpdateContextCallbackDefault< TC >.OnSuccess ( string  topicPath,
TC  context 
)
virtual

Indicates a successful update.

Parameters
topicPathThe topic path the update was for.
contextThe context object that the update was called with.

Implements PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicUpdateContextCallback< in TC >.


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