| TestKitBaseCreateTestActor Method |
Namespace:
Akka.TestKit
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public IActorRef CreateTestActor(
string name
)
member CreateTestActor :
name : string -> IActorRef
Parameters
- name
- Type: SystemString
The name of the new actor.
Return Value
Type:
IActorRefTBD
See Also