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

Callback interface to receive status notifications for subscription and unsubscription operations. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Topics.ISubscriptionCallback:
PushTechnology.ClientInterface.Client.Features.ICallback PushTechnology.ClientInterface.Client.Features.Control.Topics.SubscriptionCallbackDefault

Public Member Functions

void OnComplete (SessionId client, string selector)
 Called to indicate that the requested operation has been processed by the server. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Features.ICallback
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...
 

Detailed Description

Callback interface to receive status notifications for subscription and unsubscription operations.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.Control.Topics.ISubscriptionCallback.OnComplete ( SessionId  client,
string  selector 
)

Called to indicate that the requested operation has been processed by the server.

Parameters
clientThe identity of the client session for which the operation was called.
selectorThe selector expression used.

Implemented in PushTechnology.ClientInterface.Client.Features.Control.Topics.SubscriptionCallbackDefault.


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