C# Class Examples.ControlClientUsingFiltersAndProperties

This is an example of a control client using the 'MessagingControl' feature to send messages to clients using message filters. It also demonstrates the ability to register a message handler with an interest in session property values.
Afficher le fichier Open project: pushtechnology/diffusion-examples

Méthodes publiques

Méthode Description
Close ( ) : void
ControlClientUsingFiltersAndProperties ( ISendToFilterCallback callback ) : System.Linq

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

ControlClientUsingFiltersAndProperties() public méthode

public ControlClientUsingFiltersAndProperties ( ISendToFilterCallback callback ) : System.Linq
callback ISendToFilterCallback
Résultat System.Linq