| TestKitBaseActorSelection Method (String) |
Creates an ActorSelection(String)
Namespace:
Akka.TestKit
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public ActorSelection ActorSelection(
string actorPath
)
abstract ActorSelection :
actorPath : string -> ActorSelection
override ActorSelection :
actorPath : string -> ActorSelection
Parameters
- actorPath
- Type: SystemString
The path of the actor(s) we want to select.
Return Value
Type:
ActorSelectionAn ActorSelection
Implements
IActorRefFactoryActorSelection(String)See Also