Click or drag to resize
Akka.NETTestActorRefTActor Constructor

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

Parameters

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