C# Class Postworthy.Tasks.Bot.Communication.BotClient

Inheritance: IDisposable
Mostra file Open project: postworthy/postworthy

Public Methods

Method Description
BotClient ( string>.Action handleCommands ) : System
Dispose ( ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
Work ( ) : void

Method Details

BotClient() public method

public BotClient ( string>.Action handleCommands ) : System
handleCommands string>.Action
return System

Dispose() public method

public Dispose ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void