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

Interface for handler of replies from requests for topic details. More...

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

Public Member Functions

void OnTopicDetails (string topic, TC context, ITopicDetails details)
 Returns a reply to a request for topic details. More...
 
void OnTopicUnknown (string topic, TC context)
 Returned 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.IContextCallback< in TContext >
void OnDiscard (TContext context)
 Called to notify that a call context was closed prematurely, typically due to a timeout or the session being closed. More...
 

Detailed Description

Interface for handler of replies from requests for topic details.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicDetailsHandler< in TC >.OnTopicDetails ( string  topic,
TC  context,
ITopicDetails  details 
)

Returns a reply to a request for topic details.

Parameters
topicThe topic.
contextThe context data passed with the request.
details
void PushTechnology.ClientInterface.Client.Features.Control.Topics.ITopicDetailsHandler< in TC >.OnTopicUnknown ( string  topic,
TC  context 
)

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

Parameters
topicThe topic.
contextThe context data passed with the request.

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