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

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

Parameters

path
Type: Akka.ActorActorPath
The actor path.

Return Value

Type: ActorRef
ActorRef.

Implements

ActorRefProviderResolveActorRef(ActorPath)
Exceptions
ExceptionCondition
NotSupportedExceptionThe provided actor path is not valid in the LocalActorRefProvider
See Also