Click or drag to resize
Akka.NETActorCell Constructor
TBD

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

Parameters

system
Type: Akka.Actor.InternalActorSystemImpl
TBD
self
Type: Akka.ActorIInternalActorRef
TBD
props
Type: Akka.ActorProps
TBD
dispatcher
Type: Akka.DispatchMessageDispatcher
TBD
parent
Type: Akka.ActorIInternalActorRef
TBD
See Also