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

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public ActorCell(
	ActorSystemImpl system,
	InternalActorRef self,
	Props props,
	MessageDispatcher dispatcher,
	InternalActorRef parent
)

Parameters

system
Type: Akka.Actor.InternalsActorSystemImpl

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

self
Type: Akka.ActorInternalActorRef

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

props
Type: Akka.ActorProps

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

dispatcher
Type: Akka.DispatchMessageDispatcher

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

parent
Type: Akka.ActorInternalActorRef

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

See Also