Method | Description | |
---|---|---|
AddCallback ( ITopicUpdateControl updater, UpdateSource source ) : System.Threading | ||
OnTopicAdded ( string topicPath ) : void |
Topic has been added.
|
public AddCallback ( ITopicUpdateControl updater, UpdateSource source ) : System.Threading | ||
updater | ITopicUpdateControl | |
source | UpdateSource | |
return | System.Threading |
public OnTopicAdded ( string topicPath ) : void | ||
topicPath | string | The full path of the topic that was added. |
return | void |