Click or drag to resize
Akka.NETRemoteScope Class
This class represents a binding of an actor deployment to a remote system. Actors in this scope are deployed to a specified Address.
Inheritance Hierarchy

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class RemoteScope : Scope, 
	IEquatable<RemoteScope>

The RemoteScope type exposes the following members.

Constructors
  NameDescription
Protected methodRemoteScope
Initializes a new instance of the RemoteScope class.
Public methodRemoteScope(Address)
Initializes a new instance of the RemoteScope class.
Top
Properties
  NameDescription
Public propertyAddress
The address to which actors are deployed.
Top
Methods
  NameDescription
Public methodCopy
Creates a new RemoteScope that uses the current Address.
(Overrides ScopeCopy.)
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(RemoteScope)
Indicates whether the current object is equal to another object of the same type.
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.
(Overrides ObjectGetHashCode.)
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 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 current instance.
(Overrides ScopeWithFallback(Scope).)
Top
Extension Methods
See Also