Click or drag to resize
Akka.NETTestKitBaseActorOf Method (Props, String)
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,
	string name
)

Parameters

props
Type: Akka.ActorProps
The props configuration object
name
Type: SystemString
The name of the actor.

Return Value

Type: IActorRef
TBD

Implements

IActorRefFactoryActorOf(Props, String)
See Also