![]() |
Diffusion .NET API
5.9.4
|
The callback interface for the fetch feature. More...
Public Member Functions | |
void | OnFetchReply (string topicPath, IContent content) |
Returns a reply to a fetch request. More... | |
![]() | |
void | OnClose () |
Called to notify that a stream context was closed normally. More... | |
![]() | |
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... | |
The callback interface for the fetch feature.
void PushTechnology.ClientInterface.Client.Features.IFetchStream.OnFetchReply | ( | string | topicPath, |
IContent | content | ||
) |
Returns a reply to a fetch request.
topicPath | The topic path fetched. |
content | The topic content. |
Implemented in PushTechnology.ClientInterface.Client.Features.FetchStreamDefault.