C# 클래스 Bot.Core.Processors.AsyncProcessor

상속: Bot.Core.Processors.Processor
파일 보기 프로젝트 열기: Crobol/Bot

공개 메소드들

메소드 설명
Execute ( IrcEventArgs e ) : void

보호된 메소드들

메소드 설명
ParallelCalls ( ) : bool

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

Worker ( IrcEventArgs e ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( IrcEventArgs e ) : void
e Meebey.SmartIrc4net.IrcEventArgs
리턴 void

ParallelCalls() 보호된 메소드

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

Worker() 보호된 추상적인 메소드

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