C# Class Examples.ControlClientAsUpdateSource.AddCallback

Inheritance: TopicControlAddCallbackDefault
Afficher le fichier Open project: pushtechnology/diffusion-examples

Méthodes publiques

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

Topic has been added.

Method Details

AddCallback() public méthode

public AddCallback ( ITopicUpdateControl updater, UpdateSource source ) : System.Threading
updater ITopicUpdateControl
source UpdateSource
Résultat System.Threading

OnTopicAdded() public méthode

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