C# Class Examples.ControlClientReceivingMessages

This is an example of a control client using the IMessagingControl feature to receive messages from clients and also send messages to clients. It is a trivial example that simply responds to all messages on a particular branch of the topic tree by echoing them back to the client exactly as they are, complete with headers.
Afficher le fichier Open project: pushtechnology/diffusion-examples

Méthodes publiques

Méthode Description
Close ( ) : void

Close the session.

ControlClientReceivingMessages ( ISendCallback callback ) : System.Linq

Constructor.

Method Details

Close() public méthode

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

ControlClientReceivingMessages() public méthode

Constructor.
public ControlClientReceivingMessages ( ISendCallback callback ) : System.Linq
callback ISendCallback The callback to receive the result of message sending.
Résultat System.Linq