C# Class Bot.Core.Processors.AsyncProcessor

Inheritance: Bot.Core.Processors.Processor
Show file Open project: Crobol/Bot

Public Methods

Method Description
Execute ( IrcEventArgs e ) : void

Protected Methods

Method Description
ParallelCalls ( ) : bool

Used to determine if there are parallell calls of this command running. TODO: Reconsider

Worker ( IrcEventArgs e ) : void

Method Details

Execute() public method

public Execute ( IrcEventArgs e ) : void
e Meebey.SmartIrc4net.IrcEventArgs
return void

ParallelCalls() protected method

Used to determine if there are parallell calls of this command running. TODO: Reconsider
protected ParallelCalls ( ) : bool
return bool

Worker() protected abstract method

protected abstract Worker ( IrcEventArgs e ) : void
e Meebey.SmartIrc4net.IrcEventArgs
return void