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

The listener for client queue events. More...

Public Member Functions

void OnUpperThresholdReached (IClientSession client, int threshold)
 The configured upper threshold for a client's queue has been reached. More...
 
void OnLowerThresholdReached (IClientSession client, int threshold)
 The configured lower threshold for a client's queue has been reached. More...
 

Detailed Description

The listener for client queue events.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.Control.Clients.IQueueListener.OnLowerThresholdReached ( IClientSession  client,
int  threshold 
)

The configured lower threshold for a client's queue has been reached.

Parameters
clientThe client session.
thresholdThe threshold value.
void PushTechnology.ClientInterface.Client.Features.Control.Clients.IQueueListener.OnUpperThresholdReached ( IClientSession  client,
int  threshold 
)

The configured upper threshold for a client's queue has been reached.

Parameters
clientThe client session.
thresholdThe threshold value.

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