C# Класс Examples.ControlClientConflateAndThrottle

This demonstrates the use of a control client to apply both throttling and conflation to clients. It throttles and conflates all clients that reach their queue thresholds and remove when they go down again. This uses the IClientControl feature.
Показать файл Открыть проект

Открытые методы

Метод Описание
Close ( ) : void

Close the session.

ControlClientConflateAndThrottle ( IClientCallback callback ) : PushTechnology.ClientInterface.Client.Enums

Constructor.

Описание методов

Close() публичный Метод

Close the session.
public Close ( ) : void
Результат void

ControlClientConflateAndThrottle() публичный Метод

Constructor.
public ControlClientConflateAndThrottle ( IClientCallback callback ) : PushTechnology.ClientInterface.Client.Enums
callback IClientCallback Notifies callback from throttle requests.
Результат PushTechnology.ClientInterface.Client.Enums