Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.FetchContextStreamDefault< TC > Class Template Reference

Default implementation of IFetchContextStream. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.FetchContextStreamDefault< TC >:
PushTechnology.ClientInterface.Client.Features.IFetchContextStream< in TC > PushTechnology.ClientInterface.Client.Features.IContextStream< in TC > PushTechnology.ClientInterface.Client.Features.IContextCallback< in TC >

Public Member Functions

virtual void OnDiscard (TC context)
 Notification that a context was closed prematurely, typically due to a timeout or the session being closed. No further calls will be made for a context. More...
 
virtual void OnClose (TC context)
 Notification that a call context was closed normally. No further calls will be made for the call context. More...
 
virtual void OnFetchReply (TC context, string topicPath, IContent content)
 Returns a reply to a fetch request. More...
 

Detailed Description

Default implementation of IFetchContextStream.

Template Parameters
TC

Member Function Documentation

virtual void PushTechnology.ClientInterface.Client.Features.FetchContextStreamDefault< TC >.OnClose ( TC  context)
virtual

Notification that a call context was closed normally. No further calls will be made for the call context.

Parameters
contextThe context object the application supplied when making the call; may be null.

Implements PushTechnology.ClientInterface.Client.Features.IContextStream< in TC >.

virtual void PushTechnology.ClientInterface.Client.Features.FetchContextStreamDefault< TC >.OnDiscard ( TC  context)
virtual

Notification that a context was closed prematurely, typically due to a timeout or the session being closed. No further calls will be made for a context.

Parameters
context

Implements PushTechnology.ClientInterface.Client.Features.IContextCallback< in TC >.

virtual void PushTechnology.ClientInterface.Client.Features.FetchContextStreamDefault< TC >.OnFetchReply ( TC  context,
string  topicPath,
IContent  content 
)
virtual

Returns a reply to a fetch request.

Parameters
contextThe context object supplied when making the call. May be null.
topicPathThe path of the topic fetched.
contentThe topic content.

Implements PushTechnology.ClientInterface.Client.Features.IFetchContextStream< in TC >.


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