ActorCell Constructor

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

Syntax


public ActorCell(
	ActorSystem system,
	InternalActorRef self,
	Props props,
	MessageDispatcher dispatcher,
	InternalActorRef parent
)
Public Sub New ( _
	system As ActorSystem, _
	self As InternalActorRef, _
	props As Props, _
	dispatcher As MessageDispatcher, _
	parent As InternalActorRef _
)
public:
ActorCell(
	ActorSystem^ system, 
	InternalActorRef^ self, 
	Props^ props, 
	MessageDispatcher^ dispatcher, 
	InternalActorRef^ parent
)