Click or drag to resize
Akka.NETActorCell.ActorSelection Method (ActorPath)
TBD

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

Parameters

path
Type: Akka.Actor.ActorPath
TBD

Return Value

Type: ActorSelection
TBD

Implements

IActorRefFactory.ActorSelection(ActorPath)
See Also