C# Class Examples.ControlClientAsUpdateSource.AddCallback

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

Public Methods

Method Description
AddCallback ( ITopicUpdateControl updater, UpdateSource source ) : System.Threading
OnTopicAdded ( string topicPath ) : void

Topic has been added.

Method Details

AddCallback() public method

public AddCallback ( ITopicUpdateControl updater, UpdateSource source ) : System.Threading
updater ITopicUpdateControl
source UpdateSource
return System.Threading

OnTopicAdded() public method

Topic has been added.
public OnTopicAdded ( string topicPath ) : void
topicPath string The full path of the topic that was added.
return void