C# Class PushTechnology.ClientInterface.Examples.Control.UpdatingJSONTopics

Control Client implementation that Adds and Updates a JSON topic.
Inheritance: IExample
Show file Open project: pushtechnology/diffusion-examples

Public Methods

Method Description
Run ( CancellationToken cancellationToken, string args ) : void

Runs the JSON topic Control Client example.

Method Details

Run() public method

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