Click or drag to resize
Akka.NETInternalTestActorRef.TestActorCell Constructor
TBD

Namespace:  Akka.TestKit.Internal
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public TestActorCell(
	ActorSystemImpl system,
	IInternalActorRef self,
	Props props,
	MessageDispatcher dispatcher,
	IInternalActorRef parent
)

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
parent
Type: Akka.Actor.IInternalActorRef
TBD
See Also