ActorRefProvider..::..ResolveActorRef Method (String)

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(
	string path
)
Function ResolveActorRef ( _
	path As String _
) As ActorRef
ActorRef^ ResolveActorRef(
	String^ path
)

Parameters

path
Type: String