Click or drag to resize
ActorCellActorSelection Method (ActorPath)

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

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

Parameters

path
Type: Akka.ActorActorPath

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

Return Value

Type: ActorSelection

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

Implements

ActorRefFactoryActorSelection(ActorPath)
See Also