C# Class NuBot.Automation.Contexts.Context

Inheritance: IContext
Afficher le fichier Open project: nubot/nubot

Méthodes publiques

Méthode Description
BroadcastAsync ( string format ) : System.Threading.Tasks.Task
Context ( IAdapter adapter ) : System

Method Details

BroadcastAsync() public méthode

public BroadcastAsync ( string format ) : System.Threading.Tasks.Task
format string
Résultat System.Threading.Tasks.Task

Context() public méthode

public Context ( IAdapter adapter ) : System
adapter IAdapter
Résultat System