C# 클래스 Ada.SetUp.AdaRunner

Class to manage run and close of bot, coordinating bot activities in between. Removes activity from Program.cs.
파일 보기 프로젝트 열기: yvettec/Dupes

공개 메소드들

메소드 설명
Run ( ) : void
Shutdown ( ) : void

비공개 메소드들

메소드 설명
HandleNewQuestion ( ActiveQuestion activeQuestion ) : void

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

메소드 상세

Run() 공개 메소드

public Run ( ) : void
리턴 void

Shutdown() 공개 정적인 메소드

public static Shutdown ( ) : void
리턴 void