LocalActorRefProviderResolveActorRef Method (ActorPath) |
Resolves the actor reference.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ActorRef ResolveActorRef(
ActorPath path
)
Public Function ResolveActorRef (
path As ActorPath
) As ActorRef
public:
virtual ActorRef^ ResolveActorRef(
ActorPath^ path
) sealed
abstract ResolveActorRef :
path : ActorPath -> ActorRef
override ResolveActorRef :
path : ActorPath -> ActorRef
Parameters
- path
- Type: Akka.ActorActorPath
The actor path.
Return Value
Type:
ActorRefActorRef.
Implements
ActorRefProviderResolveActorRef(ActorPath)
Exceptions
See Also