Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicControlAddCallbackDefault Class Reference

A default implementation of ITopicControlAddCallback. More...

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

Public Member Functions

virtual void OnDiscard ()
 Notification that a call context was closed prematurely, typically due to a timeout or the session being closed. No further calls will be made for the context. More...
 
virtual void OnTopicAdded (string topicPath)
 Topic has been added. More...
 
virtual void OnTopicAddFailed (string topicPath, TopicAddFailReason reason)
 An attempt to add a topic has failed. More...
 

Detailed Description

A default implementation of ITopicControlAddCallback.

Member Function Documentation

virtual void PushTechnology.ClientInterface.Client.Features.Control.Topics.TopicControlAddCallbackDefault.OnDiscard ( )
virtual

Notification that a call context was closed prematurely, typically due to a timeout or the session being closed. No further calls will be made for the context.

Implements PushTechnology.ClientInterface.Client.Features.ICallback.

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

Topic has been added.

Parameters
topicPathThe full path of the topic that was added.

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

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

An attempt to add a topic has failed.

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

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


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