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

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

The LocalActorRefProvider type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodActorOf
Actor factory with create-only semantics: will create an actor as described by props with the given supervisor and path (may be different in case of remote supervision). If systemService is true, deployment is bypassed (local-only). If a value fordeploy is passed in, it should be regarded as taking precedence over the nominally applicable settings, but it should be overridable from external configuration; the lookup of the latter can be suppressed by setting "lookupDeploy" to "false".
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetExternalAddressFor
TBD
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit
TBD
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
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 Start finishes, or before you start your own auto-spawned actors.
Public methodRegisterTempActor
Registers an actorRef at a path returned by TempPath; do NOT pass in any other path.
Public methodResolveActorRef(String)
TBD
Public methodResolveActorRef(ActorPath)
Resolves the actor reference.
Public methodRootGuardianAt
TBD
Public methodTempPath
TBD
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnregisterTempActor
Unregister a temporary actor (i.e. obtained from TempPath); do NOT pass in any other path.
Top
Extension Methods
See Also