C# Класс PushTechnology.ClientInterface.Examples.Control.UpdatingJSONTopics

Control Client implementation that Adds and Updates a JSON topic.
Наследование: IExample
Показать файл Открыть проект

Открытые методы

Метод Описание
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