C# Class Ada.SetUp.AdaRunner

Class to manage run and close of bot, coordinating bot activities in between. Removes activity from Program.cs.
Show file Open project: yvettec/Dupes

Public Methods

Method Description
Run ( ) : void
Shutdown ( ) : void

Private Methods

Method Description
HandleNewQuestion ( ActiveQuestion activeQuestion ) : void

Note that is *not* thread safe, and will be executing on separate threads

Method Details

Run() public method

public Run ( ) : void
return void

Shutdown() public static method

public static Shutdown ( ) : void
return void