C# Class Akka.Routing.ResizablePoolCell

INTERNAL API
Inheritance: RoutedActorCell
Datei anzeigen Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
Post ( IActorRef sender, object message ) : void
ResizablePoolCell ( ActorSystemImpl system, IInternalActorRef self, Props routerProps, MessageDispatcher dispatcher, Props routeeProps, IInternalActorRef supervisor, Akka.Routing.Pool pool ) : System

Protected Methods

Method Description
PreSuperStart ( ) : void

Private Methods

Method Description
Resize ( bool initial ) : void

Method Details

Post() public method

public Post ( IActorRef sender, object message ) : void
sender IActorRef
message object
return void

PreSuperStart() protected method

protected PreSuperStart ( ) : void
return void

ResizablePoolCell() public method

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
return System