C# Class Examples.ControlClientUpdatingJSONTopics.MyTopicUpdateSource

Inheritance: TopicUpdateSourceDefault
ファイルを表示 Open project: pushtechnology/diffusion-examples

Public Methods

Method Description
MyTopicUpdateSource ( IValueUpdater valueUpdater ) : System
OnActive ( string topicPath, ITopicUpdater updater ) : void

Method Details

MyTopicUpdateSource() public method

public MyTopicUpdateSource ( IValueUpdater valueUpdater ) : System
valueUpdater IValueUpdater
return System

OnActive() public method

public OnActive ( string topicPath, ITopicUpdater updater ) : void
topicPath string
updater ITopicUpdater
return void