C# Class 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.
Afficher le fichier Open project: pushtechnology/diffusion-examples

Méthodes publiques

Méthode Description
Close ( ) : void

Close the session.

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

Constructor.

Method Details

Close() public méthode

Close the session.
public Close ( ) : void
Résultat void

ControlClientConflateAndThrottle() public méthode

Constructor.
public ControlClientConflateAndThrottle ( IClientCallback callback ) : PushTechnology.ClientInterface.Client.Enums
callback IClientCallback Notifies callback from throttle requests.
Résultat PushTechnology.ClientInterface.Client.Enums