Click or drag to resize
Akka.NETLocalScope Class
This class represents a binding of an actor deployment to a local system.
Inheritance Hierarchy

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class LocalScope : Scope, ISurrogated

The LocalScope type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberInstance
The singleton instance of this scope.
Top
Methods
  NameDescription
Public methodCopy
Creates a copy of the current instance.
Note Note
This method returns the singleton instance of this scope.
(Overrides ScopeCopy.)
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEquals(Scope)
Indicates whether the current object is equal to another object of the same type.
(Inherited from Scope.)
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToSurrogate
Creates a surrogate representation of the current LocalScope.
Public methodWithFallback
Creates a new Scope from this scope using another Scope to backfill options that might be missing from this scope.
Note Note
This method ignores the given scope and returns the singleton instance of this scope.
(Overrides ScopeWithFallback(Scope).)
Top
Extension Methods
See Also