Click or drag to resize
Akka.NETTestKitBaseActorSelection Method (String)
Creates an ActorSelection(String)

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ActorSelection ActorSelection(
	string actorPath
)

Parameters

actorPath
Type: SystemString
The path of the actor(s) we want to select.

Return Value

Type: ActorSelection
An ActorSelection

Implements

IActorRefFactoryActorSelection(String)
See Also