C# Class Examples.ControlClientUpdatingRecordTopics.TopicUpdateSource

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

Public Methods

Method Description
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

Method Details

OnActive() public method

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.
return void

TopicUpdateSource() public method

public TopicUpdateSource ( ITopicUpdater updater ) : System
updater ITopicUpdater
return System