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

The callback interface for adding topics. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicControlAddCallback:
PushTechnology.ClientInterface.Client.Features.ICallback PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicControlAddCallbackDefault

Public Member Functions

void OnTopicAdded (string topicPath)
 Called to indicate that the topic has been successfully added. More...
 
void OnTopicAddFailed (string topicPath, TopicAddFailReason reason)
 Called to indicate that an attempt to add a topic has failed. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Features.ICallback
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 callback interface for adding topics.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicControlAddCallback.OnTopicAdded ( string  topicPath)

Called to indicate that the topic has been successfully added.

Parameters
topicPathThe topic path of the topic that was added.

Implemented in PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicControlAddCallbackDefault.

void PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicControlAddCallback.OnTopicAddFailed ( string  topicPath,
TopicAddFailReason  reason 
)

Called to indicate that an attempt to add a topic has failed.

Parameters
topicPathThe topic path as supplied to the add request.
reasonThe reason for failure.

Implemented in PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicControlAddCallbackDefault.


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