Click or drag to resize
Akka.NETLocalActorRefProviderResolveActorRef Method (ActorPath)
Resolves the actor reference.

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

Parameters

path
Type: Akka.ActorActorPath
The actor path.

Return Value

Type: IActorRef
ActorRef.

Implements

IActorRefProviderResolveActorRef(ActorPath)
See Also