Click or drag to resize
ActorRefProviderResolveActorRef 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) Version: 0.8.0.0 (0.8.0.0)
Syntax
ActorRef ResolveActorRef(
	ActorPath actorPath
)

Parameters

actorPath
Type: Akka.ActorActorPath

[Missing <param name="actorPath"/> documentation for "M:Akka.Actor.ActorRefProvider.ResolveActorRef(Akka.Actor.ActorPath)"]

Return Value

Type: ActorRef

[Missing <returns> documentation for "M:Akka.Actor.ActorRefProvider.ResolveActorRef(Akka.Actor.ActorPath)"]

See Also