Click or drag to resize
Akka.NETTestActorRefBaseTActor Constructor
TBD

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected TestActorRefBase(
	ActorSystem system,
	Props actorProps,
	IActorRef supervisor = null,
	string name = null
)

Parameters

system
Type: Akka.ActorActorSystem
TBD
actorProps
Type: Akka.ActorProps
TBD
supervisor (Optional)
Type: Akka.ActorIActorRef
TBD
name (Optional)
Type: SystemString
TBD
See Also