Click or drag to resize
Akka.NETUnstartedCell Constructor
TBD

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

Parameters

system
Type: Akka.Actor.InternalActorSystemImpl
TBD
self
Type: Akka.ActorRepointableActorRef
TBD
props
Type: Akka.ActorProps
TBD
supervisor
Type: Akka.ActorIInternalActorRef
TBD
See Also