Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.Control.Topics.IFetchRequest Interface Reference

Encapsulates a fetch request from a client for a stateless topic. More...

Public Member Functions

void Reply (IContent content)
 Send a fetch reply. More...
 
void Deny ()
 Deny the fetch request. More...
 

Properties

ISessionId Client [get]
 Returns the session identifier of the client that requested the fetch. More...
 
ITopicPathSelector Topic [get]
 Identifies the topic requested for fetch. More...
 

Detailed Description

Encapsulates a fetch request from a client for a stateless topic.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.Control.Topics.IFetchRequest.Deny ( )

Deny the fetch request.

void PushTechnology.ClientInterface.Client.Features.Control.Topics.IFetchRequest.Reply ( IContent  content)

Send a fetch reply.

This is used to send the fetch reply to the requesting client.

Parameters
contentThe content to send as a reply to the fetch request. If this is null then empty content will be sent.

Property Documentation

ISessionId PushTechnology.ClientInterface.Client.Features.Control.Topics.IFetchRequest.Client
get

Returns the session identifier of the client that requested the fetch.

ITopicPathSelector PushTechnology.ClientInterface.Client.Features.Control.Topics.IFetchRequest.Topic
get

Identifies the topic requested for fetch.


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