Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicUpdaterUpdateContextCallback< in TContext > Interface Template Reference

Represents a contextual callback for update operations. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicUpdaterUpdateContextCallback< in TContext >:
PushTechnology.ClientInterface.Client.Callbacks.IContextCallback< in TContext >

Public Member Functions

void OnSuccess (TContext context)
 Indicates a successful update. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Callbacks.IContextCallback< in TContext >
void OnError (TContext context, ErrorReason errorReason)
 Notification of a contextual error related to this callback. More...
 

Detailed Description

Represents a contextual callback for update operations.

Provides notification of update success or failure, with a context object provided from the initial update call. This callback may be notified of failures additional to those defined in TopicUpdaterErrorReason. These are:



Since 5.1

Template Parameters
TContextThe context type.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicUpdaterUpdateContextCallback< in TContext >.OnSuccess ( TContext  context)

Indicates a successful update.

Parameters
contextThe context object that the update was called with.

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