Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.IFetchStream Interface Reference

The callback interface for the fetch feature. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.IFetchStream:
PushTechnology.ClientInterface.Client.Features.IStream PushTechnology.ClientInterface.Client.Features.ICallback PushTechnology.ClientInterface.Client.Features.FetchStreamDefault

Public Member Functions

void OnFetchReply (string topicPath, IContent content)
 Returns a reply to a fetch request. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Features.IStream
void OnClose ()
 Called to notify that a stream context was closed normally. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Features.ICallback
void OnDiscard ()
 This is called to notify 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...
 

Detailed Description

The callback interface for the fetch feature.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.IFetchStream.OnFetchReply ( string  topicPath,
IContent  content 
)

Returns a reply to a fetch request.

Parameters
topicPathThe topic path fetched.
contentThe topic content.

Implemented in PushTechnology.ClientInterface.Client.Features.FetchStreamDefault.


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