Click or drag to resize
Akka.NETActorSystemImplActorSelection Method (String)
TBD

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

Parameters

actorPath
Type: SystemString
TBD

Return Value

Type: ActorSelection
TBD

Implements

IActorRefFactoryActorSelection(String)
See Also