C# 클래스 Postworthy.Tasks.Bot.Communication.BotClient

상속: IDisposable
파일 보기 프로젝트 열기: postworthy/postworthy

공개 메소드들

메소드 설명
BotClient ( string>.Action handleCommands ) : System
Dispose ( ) : void
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
Work ( ) : void

메소드 상세

BotClient() 공개 메소드

public BotClient ( string>.Action handleCommands ) : System
handleCommands string>.Action
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void