C# Class Ada.SetUp.AdaRunner

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

Méthodes publiques

Méthode Description
Run ( ) : void
Shutdown ( ) : void

Private Methods

Méthode Description
HandleNewQuestion ( ActiveQuestion activeQuestion ) : void

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

Method Details

Run() public méthode

public Run ( ) : void
Résultat void

Shutdown() public static méthode

public static Shutdown ( ) : void
Résultat void