Click or drag to resize
Akka.NETActorSystemActorSelection Method (ActorPath)
Interface IActorRefFactory

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

Parameters

actorPath
Type: Akka.ActorActorPath

[Missing <param name="actorPath"/> documentation for "M:Akka.Actor.ActorSystem.ActorSelection(Akka.Actor.ActorPath)"]

Return Value

Type: ActorSelection

[Missing <returns> documentation for "M:Akka.Actor.ActorSystem.ActorSelection(Akka.Actor.ActorPath)"]

Implements

IActorRefFactoryActorSelection(ActorPath)
See Also