C# 클래스 Akka.Routing.ResizablePoolCell

INTERNAL API
상속: RoutedActorCell
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
Post ( IActorRef sender, object message ) : void
ResizablePoolCell ( ActorSystemImpl system, IInternalActorRef self, Props routerProps, MessageDispatcher dispatcher, Props routeeProps, IInternalActorRef supervisor, Akka.Routing.Pool pool ) : System

보호된 메소드들

메소드 설명
PreSuperStart ( ) : void

비공개 메소드들

메소드 설명
Resize ( bool initial ) : void

메소드 상세

Post() 공개 메소드

public Post ( IActorRef sender, object message ) : void
sender IActorRef
message object
리턴 void

PreSuperStart() 보호된 메소드

protected PreSuperStart ( ) : void
리턴 void

ResizablePoolCell() 공개 메소드

public ResizablePoolCell ( ActorSystemImpl system, IInternalActorRef self, Props routerProps, MessageDispatcher dispatcher, Props routeeProps, IInternalActorRef supervisor, Akka.Routing.Pool pool ) : System
system ActorSystemImpl
self IInternalActorRef
routerProps Props
dispatcher Akka.Dispatch.MessageDispatcher
routeeProps Props
supervisor IInternalActorRef
pool Akka.Routing.Pool
리턴 System