C# Class Examples.ControlClientMissingTopicNotification

Afficher le fichier Open project: pushtechnology/diffusion-examples

Méthodes publiques

Méthode Description
ControlClientMissingTopicNotification ( ) : System.Threading.Tasks
Subscribe ( string topicPath ) : void

Subscribes to a topic which may or may not be missing.

Method Details

ControlClientMissingTopicNotification() public méthode

public ControlClientMissingTopicNotification ( ) : System.Threading.Tasks
Résultat System.Threading.Tasks

Subscribe() public méthode

Subscribes to a topic which may or may not be missing.
public Subscribe ( string topicPath ) : void
topicPath string The path of the topic to subscribe to.
Résultat void