C# Class Bot.Core.Processors.AsyncProcessor

Inheritance: Bot.Core.Processors.Processor
Afficher le fichier Open project: Crobol/Bot

Méthodes publiques

Méthode Description
Execute ( IrcEventArgs e ) : void

Méthodes protégées

Méthode 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 méthode

public Execute ( IrcEventArgs e ) : void
e Meebey.SmartIrc4net.IrcEventArgs
Résultat void

ParallelCalls() protected méthode

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

Worker() protected abstract méthode

protected abstract Worker ( IrcEventArgs e ) : void
e Meebey.SmartIrc4net.IrcEventArgs
Résultat void