| TestKitBaseActorOf Method (Props) |
Create a new actor as child of
Sys.
Namespace:
Akka.TestKit
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public IActorRef ActorOf(
Props props
)
member ActorOf :
props : Props -> IActorRef
Parameters
- props
- Type: Akka.ActorProps
The props configuration object
Return Value
Type:
IActorRefTBD
See Also