LocalActorRefProvider..::..ResolveActorRef Method (ActorPath)

Resolves the actor reference.

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

Syntax


public ActorRef ResolveActorRef(
	ActorPath path
)
Public Function ResolveActorRef ( _
	path As ActorPath _
) As ActorRef
public:
ActorRef^ ResolveActorRef(
	ActorPath^ path
)

Parameters

path
Type: Akka.Actor..::..ActorPath
The actor path.

Return Value

ActorRef.

Exceptions


ExceptionCondition
NotSupportedExceptionThe provided actor path is not valid in the LocalActorRefProvider