C# 클래스 PushTechnology.ClientInterface.Examples.Control.UpdatingJSONTopics

Control Client implementation that Adds and Updates a JSON topic.
상속: IExample
파일 보기 프로젝트 열기: pushtechnology/diffusion-examples

공개 메소드들

메소드 설명
Run ( CancellationToken cancellationToken, string args ) : void

Runs the JSON topic Control Client example.

메소드 상세

Run() 공개 메소드

Runs the JSON topic Control Client example.
public Run ( CancellationToken cancellationToken, string args ) : void
cancellationToken System.Threading.CancellationToken A token used to end the client example.
args string A single string should be used for the server url.
리턴 void