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

Inheritance: IDisposable
Afficher le fichier Open project: postworthy/postworthy

Méthodes publiques

Méthode Description
BotClient ( string>.Action handleCommands ) : System
Dispose ( ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
Work ( ) : void

Method Details

BotClient() public méthode

public BotClient ( string>.Action handleCommands ) : System
handleCommands string>.Action
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void