Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.Control.Topics.ISubscriptionByFilterContextCallback< in TC > Interface Template Reference

Callback interface for filtered subscriptions and unsubscriptions that have an associated context. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Topics.ISubscriptionByFilterContextCallback< in TC >:
PushTechnology.ClientInterface.Client.Callbacks.IContextCallback< in TContext > PushTechnology.ClientInterface.Client.Features.Control.Topics.SubscriptionByFilterContextCallbackDefault< TC >

Public Member Functions

void OnComplete (TC context, int numberSelected)
 Called to indicate successful processing of the request at the server. More...
 
void OnRejected (TC context, ICollection< IErrorReport > errors)
 The filter was rejected. No clients were subscribed/unsubscribed. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Callbacks.IContextCallback< in TContext >
void OnError (TContext context, ErrorReason errorReason)
 Notification of a contextual error related to this callback. More...
 

Detailed Description

Callback interface for filtered subscriptions and unsubscriptions that have an associated context.

Template Parameters
TCThe context object type.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.Control.Topics.ISubscriptionByFilterContextCallback< in TC >.OnComplete ( TC  context,
int  numberSelected 
)

Called to indicate successful processing of the request at the server.

Parameters
contextThe context object the application supplied when making the call; may be null.
numberSelectedIndicates the number of clients that satisfied the filter and which qualified for subscription/unsubscription. This could be 0 if no client sessions matched the filter.

Implemented in PushTechnology.ClientInterface.Client.Features.Control.Topics.SubscriptionByFilterContextCallbackDefault< TC >.

void PushTechnology.ClientInterface.Client.Features.Control.Topics.ISubscriptionByFilterContextCallback< in TC >.OnRejected ( TC  context,
ICollection< IErrorReport errors 
)

The filter was rejected. No clients were subscribed/unsubscribed.

Parameters
contextThe context object supplied when making the call.
errorsThe detail of why the filter was rejected.

Implemented in PushTechnology.ClientInterface.Client.Features.Control.Topics.SubscriptionByFilterContextCallbackDefault< TC >.


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