Click or drag to resize
ResizablePoolCell Constructor
Initializes a new instance of the ResizablePoolCell class

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public ResizablePoolCell(
	ActorSystemImpl system,
	InternalActorRef self,
	Props routerProps,
	MessageDispatcher dispatcher,
	Props routeeProps,
	InternalActorRef supervisor,
	Pool pool
)

Parameters

system
Type: Akka.Actor.InternalsActorSystemImpl

[Missing <param name="system"/> documentation for "M:Akka.Routing.ResizablePoolCell.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.InternalActorRef,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,Akka.Actor.Props,Akka.Actor.InternalActorRef,Akka.Routing.Pool)"]

self
Type: Akka.ActorInternalActorRef

[Missing <param name="self"/> documentation for "M:Akka.Routing.ResizablePoolCell.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.InternalActorRef,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,Akka.Actor.Props,Akka.Actor.InternalActorRef,Akka.Routing.Pool)"]

routerProps
Type: Akka.ActorProps

[Missing <param name="routerProps"/> documentation for "M:Akka.Routing.ResizablePoolCell.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.InternalActorRef,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,Akka.Actor.Props,Akka.Actor.InternalActorRef,Akka.Routing.Pool)"]

dispatcher
Type: Akka.DispatchMessageDispatcher

[Missing <param name="dispatcher"/> documentation for "M:Akka.Routing.ResizablePoolCell.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.InternalActorRef,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,Akka.Actor.Props,Akka.Actor.InternalActorRef,Akka.Routing.Pool)"]

routeeProps
Type: Akka.ActorProps

[Missing <param name="routeeProps"/> documentation for "M:Akka.Routing.ResizablePoolCell.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.InternalActorRef,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,Akka.Actor.Props,Akka.Actor.InternalActorRef,Akka.Routing.Pool)"]

supervisor
Type: Akka.ActorInternalActorRef

[Missing <param name="supervisor"/> documentation for "M:Akka.Routing.ResizablePoolCell.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.InternalActorRef,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,Akka.Actor.Props,Akka.Actor.InternalActorRef,Akka.Routing.Pool)"]

pool
Type: Akka.RoutingPool

[Missing <param name="pool"/> documentation for "M:Akka.Routing.ResizablePoolCell.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.InternalActorRef,Akka.Actor.Props,Akka.Dispatch.MessageDispatcher,Akka.Actor.Props,Akka.Actor.InternalActorRef,Akka.Routing.Pool)"]

See Also