C# 클래스 Examples.ControlClientAsUpdateSource

An example of using a control client as an event feed to a topic. This uses the ITopicControl feature to create a topic and the ITopicUpdateControl feature to send updates to it. To send updates to a topic, the client session requires the TopicPermission.UPDATE_TOPIC permission for that branch of the topic tree.
파일 보기 프로젝트 열기: pushtechnology/diffusion-examples

공개 메소드들

메소드 설명
Close ( ) : void
ControlClientAsUpdateSource ( ITopicUpdaterUpdateCallback callback ) : System.Threading

Constructor.

Start ( IPriceProvider provider ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

ControlClientAsUpdateSource() 공개 메소드

Constructor.
public ControlClientAsUpdateSource ( ITopicUpdaterUpdateCallback callback ) : System.Threading
callback ITopicUpdaterUpdateCallback The callback for updates.
리턴 System.Threading

Start() 공개 메소드

public Start ( IPriceProvider provider ) : void
provider IPriceProvider
리턴 void