Click or drag to resize
Akka.NETIActorRefProviderResolveActorRef Method
Overload List
  NameDescription
Public methodResolveActorRef(String)
Get the actor reference for a specified path. If no such actor exists, it will be (equivalent to) a dead letter reference.
Public methodResolveActorRef(ActorPath)
Get the actor reference for a specified path. If no such actor exists, it will be (equivalent to) a dead letter reference.
Top
See Also