Click or drag to resize
RemoteScope Class

[Missing <summary> documentation for "T:Akka.Actor.RemoteScope"]

Inheritance Hierarchy

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
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
Methods
  NameDescription
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(RemoteScope)
Public methodEquals(Scope) (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 (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 (Inherited from Scope.)
Top
Extension Methods
Properties
  NameDescription
Public propertyAddress
Top
See Also