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

The callback interface for filtered send operation notifications. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.Control.Topics.ISendToFilterCallback:
PushTechnology.ClientInterface.Client.Callbacks.ICallback

Public Member Functions

void OnComplete (int numberSent)
 Called to indicate successful processing of the request at the server. More...
 
void OnRejected (ICollection< IErrorReport > errors)
 The filter was rejected. The message was not sent to any clients. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Callbacks.ICallback
void OnError (ErrorReason errorReason)
 Notification of a contextual error related to this callback. More...
 

Detailed Description

The callback interface for filtered send operation notifications.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.Control.Topics.ISendToFilterCallback.OnComplete ( int  numberSent)

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

Parameters
numberSentIndicates the number of clients that satisfied the filter and to which the message was sent. This could be zero if no client sessions matched the filter.
void PushTechnology.ClientInterface.Client.Features.Control.Topics.ISendToFilterCallback.OnRejected ( ICollection< IErrorReport errors)

The filter was rejected. The message was not sent to any clients.

Parameters
errorsThe detail of why the filter was rejected.

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