C# Класс 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.
Показать файл Открыть проект

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

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

Close the session.

ControlClientReceivingMessages ( ISendCallback callback ) : System.Linq

Constructor.

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

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

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

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

Constructor.
public ControlClientReceivingMessages ( ISendCallback callback ) : System.Linq
callback ISendCallback The callback to receive the result of message sending.
Результат System.Linq