C# 클래스 Examples.ControlClientUpdatingRecordTopics.TopicUpdateSource

상속: TopicUpdateSourceDefault
파일 보기 프로젝트 열기: pushtechnology/diffusion-examples

공개 메소드들

메소드 설명
OnActive ( string topicPath, ITopicUpdater updater ) : void

State notification that this source is now active for the specified topic path, and is therefore in a valid state to send updates on topics at or below the registered topic path.

TopicUpdateSource ( ITopicUpdater updater ) : System

메소드 상세

OnActive() 공개 메소드

State notification that this source is now active for the specified topic path, and is therefore in a valid state to send updates on topics at or below the registered topic path.
public OnActive ( string topicPath, ITopicUpdater updater ) : void
topicPath string The registration path.
updater ITopicUpdater An updater that may be used to update topics at or below the registered path.
리턴 void

TopicUpdateSource() 공개 메소드

public TopicUpdateSource ( ITopicUpdater updater ) : System
updater ITopicUpdater
리턴 System