C# Class Akka.Routing.ResizablePoolCell

INTERNAL API
Inheritance: RoutedActorCell
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
PreSuperStart ( ) : void

Private Methods

Méthode Description
Resize ( bool initial ) : void

Method Details

Post() public méthode

public Post ( IActorRef sender, object message ) : void
sender IActorRef
message object
Résultat void

PreSuperStart() protected méthode

protected PreSuperStart ( ) : void
Résultat void

ResizablePoolCell() public méthode

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
Résultat System