Click or drag to resize
Akka.NETLocalActorRefNewActorCell Method
TBD

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected virtual ActorCell NewActorCell(
	ActorSystemImpl system,
	IInternalActorRef self,
	Props props,
	MessageDispatcher dispatcher,
	IInternalActorRef supervisor
)

Parameters

system
Type: Akka.Actor.InternalActorSystemImpl
TBD
self
Type: Akka.ActorIInternalActorRef
TBD
props
Type: Akka.ActorProps
TBD
dispatcher
Type: Akka.DispatchMessageDispatcher
TBD
supervisor
Type: Akka.ActorIInternalActorRef
TBD

Return Value

Type: ActorCell
TBD
See Also