C# Class Examples.ControlClientMissingTopicNotification

显示文件 Open project: pushtechnology/diffusion-examples

Public Methods

Method Description
ControlClientMissingTopicNotification ( ) : System.Threading.Tasks
Subscribe ( string topicPath ) : void

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

Method Details

ControlClientMissingTopicNotification() public method

public ControlClientMissingTopicNotification ( ) : System.Threading.Tasks
return System.Threading.Tasks

Subscribe() public method

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