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

The callback interface for replies to requests for topic details. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.ITopicDetailsCallback:
PushTechnology.ClientInterface.Client.Features.ICallback PushTechnology.ClientInterface.Client.Features.TopicDetailsCallbackDefault

Public Member Functions

void OnTopicDetails (string topicPath, ITopicDetails details)
 Called to return requested topic details. More...
 
void OnTopicUnknown (string topicPath)
 Called if there was a request for topic details but the topic did not exist at the server. 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 replies to requests for topic details.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.ITopicDetailsCallback.OnTopicDetails ( string  topicPath,
ITopicDetails  details 
)

Called to return requested topic details.

Parameters
topicPathThe full path of the topic.
detailsThe topic details.

Implemented in PushTechnology.ClientInterface.Client.Features.TopicDetailsCallbackDefault.

void PushTechnology.ClientInterface.Client.Features.ITopicDetailsCallback.OnTopicUnknown ( string  topicPath)

Called if there was a request for topic details but the topic did not exist at the server.

Parameters
topicPathThe full path of the topic.

Implemented in PushTechnology.ClientInterface.Client.Features.TopicDetailsCallbackDefault.


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