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