Click or drag to resize
LocalActorRefProvider Class
Class LocalActorRefProvider. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  Akka.ActorLocalActorRefProvider

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public sealed class LocalActorRefProvider : ActorRefProvider

The LocalActorRefProvider type exposes the following members.

Constructors
Methods
  NameDescription
Public methodActorOf
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetExternalAddressFor
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit
Public methodRegisterExtraName
Higher-level providers (or extensions) might want to register new synthetic top-level paths for doing special stuff. This is the way to do just that. Just be careful to complete all this before [!:ActorSystem.Start] finishes, or before you start your own auto-spawned actors.
Public methodRegisterTempActor
Public methodResolveActorRef(String)
Public methodResolveActorRef(ActorPath)
Resolves the actor reference.
Public methodRootGuardianAt
Public methodTempPath
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnregisterTempActor
Top
Extension Methods
Properties
See Also