Click or drag to resize
ActorCellActorSelection Method (String)

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

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

Parameters

path
Type: SystemString

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

Return Value

Type: ActorSelection

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

Implements

ActorRefFactoryActorSelection(String)
See Also