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

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

Parameters

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

Return Value

Type: ActorSelection
An ActorSelection

Implements

IActorRefFactoryActorSelection(ActorPath)
See Also