UnstartedCell Constructor

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public UnstartedCell(
	ActorSystem system,
	RepointableActorRef self,
	Props props,
	InternalActorRef supervisor
)
Public Sub New ( _
	system As ActorSystem, _
	self As RepointableActorRef, _
	props As Props, _
	supervisor As InternalActorRef _
)
public:
UnstartedCell(
	ActorSystem^ system, 
	RepointableActorRef^ self, 
	Props^ props, 
	InternalActorRef^ supervisor
)