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

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public UnstartedCell(
	ActorSystemImpl system,
	RepointableActorRef self,
	Props props,
	InternalActorRef supervisor
)

Parameters

system
Type: Akka.Actor.InternalsActorSystemImpl

[Missing <param name="system"/> documentation for "M:Akka.Actor.UnstartedCell.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.RepointableActorRef,Akka.Actor.Props,Akka.Actor.InternalActorRef)"]

self
Type: Akka.ActorRepointableActorRef

[Missing <param name="self"/> documentation for "M:Akka.Actor.UnstartedCell.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.RepointableActorRef,Akka.Actor.Props,Akka.Actor.InternalActorRef)"]

props
Type: Akka.ActorProps

[Missing <param name="props"/> documentation for "M:Akka.Actor.UnstartedCell.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.RepointableActorRef,Akka.Actor.Props,Akka.Actor.InternalActorRef)"]

supervisor
Type: Akka.ActorInternalActorRef

[Missing <param name="supervisor"/> documentation for "M:Akka.Actor.UnstartedCell.#ctor(Akka.Actor.Internals.ActorSystemImpl,Akka.Actor.RepointableActorRef,Akka.Actor.Props,Akka.Actor.InternalActorRef)"]

See Also