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.
파일 보기 프로젝트 열기: pushtechnology/diffusion-examples

공개 메소드들

메소드 설명
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