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

Encapsulates a request to subscribe to stateless topics and a mechanism for actioning the subscription. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Topics.IStatelessSubscriptionRequest:
PushTechnology.ClientInterface.Client.Features.Control.Topics.ISubscriptionRequest

Public Member Functions

void Reply (IContent content)
 Reply to the subscription request allowing the subscription. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Features.Control.Topics.ISubscriptionRequest
void Deny ()
 Deny the subscription request. More...
 

Additional Inherited Members

- Properties inherited from PushTechnology.ClientInterface.Client.Features.Control.Topics.ISubscriptionRequest
SessionId Client [get]
 Identifies the client making the subscription request. More...
 
ITopicPathSelector Topic [get]
 Identifies the topic that the client is requesting subscription to. More...
 

Detailed Description

Encapsulates a request to subscribe to stateless topics and a mechanism for actioning the subscription.

Member Function Documentation

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

Reply to the subscription request allowing the subscription.

Parameters
contentThe content to send to the client. If this is null then empty content is returned to the client.

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