Method | Description | |
---|---|---|
GameRunner ( IQuestionProvider provider, IChatApi chatapi, int secondsToAnswer ) : System.Threading | ||
Start ( ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
OnTimeout ( object state ) : void | ||
PoseANewQuestion ( ) : void | ||
_controller_QuestionAnswered ( ) : void |
public GameRunner ( IQuestionProvider provider, IChatApi chatapi, int secondsToAnswer ) : System.Threading | ||
provider | IQuestionProvider | |
chatapi | IChatApi | |
secondsToAnswer | int | |
return | System.Threading |