C# 클래스 HttpAction.Action.ActorDispatcher

상속: IActorDispatcher
파일 보기 프로젝트 열기: huoshan12345/iQQ.Net

공개 메소드들

메소드 설명
ActorDispatcher ( ) : System.Collections.Concurrent
BeginExcute ( ) : void
Dispose ( ) : void
PushActor ( IActor actor ) : void

비공개 메소드들

메소드 설명
DispatchAction ( IActor actor ) : bool

执行一个Actor,返回是否继续下一个actor

메소드 상세

ActorDispatcher() 공개 메소드

public ActorDispatcher ( ) : System.Collections.Concurrent
리턴 System.Collections.Concurrent

BeginExcute() 공개 메소드

public BeginExcute ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PushActor() 공개 메소드

public PushActor ( IActor actor ) : void
actor IActor
리턴 void