ActorRefProvider..::..ResolveActorRef Method (ActorPath)

Get the actor reference for a specified path. If no such actor exists, it will be (equivalent to) a dead letter reference.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


ActorRef ResolveActorRef(
	ActorPath actorPath
)
Function ResolveActorRef ( _
	actorPath As ActorPath _
) As ActorRef
ActorRef^ ResolveActorRef(
	ActorPath^ actorPath
)

Parameters

actorPath
Type: Akka.Actor..::..ActorPath