C# Class NuBot.Automation.TaggedContextExecutor

Inheritance: IContextExecutor
Show file Open project: nubot/nubot

Public Properties

Property Type Description
Connected string
Disconnected string

Public Methods

Method Description
Execute ( IExecutionRequest request ) : void
TaggedContextExecutor ( Action contextCallback, string tag ) : System

Method Details

Execute() public method

public Execute ( IExecutionRequest request ) : void
request IExecutionRequest
return void

TaggedContextExecutor() public method

public TaggedContextExecutor ( Action contextCallback, string tag ) : System
contextCallback Action
tag string
return System

Property Details

Connected public static property

public static string Connected
return string

Disconnected public static property

public static string Disconnected
return string