Click or drag to resize
ActorSystemImplActorSelection Method (String)

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

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

Parameters

actorPath
Type: SystemString

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

Return Value

Type: ActorSelection

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

Implements

ActorRefFactoryActorSelection(String)
See Also