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.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxActorRef ResolveActorRef(
ActorPath actorPath
)
Function ResolveActorRef (
actorPath As ActorPath
) As ActorRef
ActorRef^ ResolveActorRef(
ActorPath^ actorPath
)
abstract ResolveActorRef :
actorPath : ActorPath -> ActorRef
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