Click or drag to resize
Akka.NETInternalTestActorRef.NewActorCell Method
TBD

Namespace:  Akka.TestKit.Internal
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
protected override ActorCell NewActorCell(
	ActorSystemImpl system,
	IInternalActorRef self,
	Props props,
	MessageDispatcher dispatcher,
	IInternalActorRef supervisor
)

Parameters

system
Type: Akka.Actor.Internal.ActorSystemImpl
TBD
self
Type: Akka.Actor.IInternalActorRef
TBD
props
Type: Akka.Actor.Props
TBD
dispatcher
Type: Akka.Dispatch.MessageDispatcher
TBD
supervisor
Type: Akka.Actor.IInternalActorRef
TBD

Return Value

Type: ActorCell
TBD
See Also