Click or drag to resize
Akka.NETRemoteScope Methods

The RemoteScope type exposes the following members.

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