Click or drag to resize
Akka.NETTestKitBaseActorOf Method (Props)
Create a new actor as child of Sys.

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IActorRef ActorOf(
	Props props
)

Parameters

props
Type: Akka.ActorProps
The props configuration object

Return Value

Type: IActorRef
TBD
See Also