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

The default IFetchStream implementation. More...

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

Public Member Functions

virtual void OnFetchReply (string topicPath, IContent content)
 Called as a reply to a fetch request. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Features.StreamDefault
virtual void OnClose ()
 Called to notify that a stream context was closed normally. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Features.CallbackDefault
virtual 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 default IFetchStream implementation.

This simply logs calls at 'debug' level. This can be overridden to perform some more specific action.

Member Function Documentation

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

Called as a reply to a fetch request.

This can be called many times for a single request.

Parameters
topicPathThe topic path fetched.
contentThe topic content.

Implements PushTechnology.ClientInterface.Client.Features.IFetchStream.


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