C# Класс PushTechnology.ClientInterface.Examples.Runner.ExampleRunner

Class used by the Main method in Program to start a new cancelalble task for each IExample implementation.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AwaitCancellation ( ) : void

Method used to wait for examples to be canceled by the user.

Pressing any key will stop the examples.

StartExample ( IExample example ) : void

Starts a new task for an IExample implemetation.

Описание методов

AwaitCancellation() публичный Метод

Method used to wait for examples to be canceled by the user.
Pressing any key will stop the examples.
public AwaitCancellation ( ) : void
Результат void

StartExample() публичный Метод

Starts a new task for an IExample implemetation.
public StartExample ( IExample example ) : void
example IExample The example to run.
Результат void