C# 클래스 Examples.ControlClientMissingTopicNotification

파일 보기 프로젝트 열기: pushtechnology/diffusion-examples

공개 메소드들

메소드 설명
ControlClientMissingTopicNotification ( ) : System.Threading.Tasks
Subscribe ( string topicPath ) : void

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

메소드 상세

ControlClientMissingTopicNotification() 공개 메소드

public ControlClientMissingTopicNotification ( ) : System.Threading.Tasks
리턴 System.Threading.Tasks

Subscribe() 공개 메소드

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.
리턴 void