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

Default implementation of ISubscriptionByFilterContextCallback{TC}. More...

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

Public Member Functions

virtual void OnError (TC context, ErrorReason errorReason)
 Notification of a contextual error related to this callback. This is analogous to an unchecked exception being raised. Situations in which More...
 
virtual void OnComplete (TC context, int numberSelected)
 Called to indicate successful processing of the request at the server. More...
 
virtual 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

Default implementation of ISubscriptionByFilterContextCallback{TC}.

This logs OnComplete calls at 'Debug' level and OnRejected calls at 'Error' level. These methods may be overridden to perform more specific processing.

Template Parameters
TC

Member Function Documentation

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

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.

Implements PushTechnology.ClientInterface.Client.Features.Control.Topics.ISubscriptionByFilterContextCallback< in TC >.

virtual void PushTechnology.ClientInterface.Client.Features.Control.Topics.SubscriptionByFilterContextCallbackDefault< TC >.OnError ( TC  context,
ErrorReason  errorReason 
)
virtual

Notification of a contextual error related to this callback. This is analogous to an unchecked exception being raised. Situations in which

OnError is called include the session being closed, a communication timeout, or a problem with the provided parameters. No further calls will be made to this callback.

Parameters
contextthe context object supplied when making the call. May be null.
errorReasonerrorReason a value representing the error; this can be one of constants defined in ErrorReason, or a feature-specific reason.
virtual void PushTechnology.ClientInterface.Client.Features.Control.Topics.SubscriptionByFilterContextCallbackDefault< TC >.OnRejected ( TC  context,
ICollection< IErrorReport errors 
)
virtual

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.

Implements PushTechnology.ClientInterface.Client.Features.Control.Topics.ISubscriptionByFilterContextCallback< in TC >.


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