Search Results for

    Show / Hide Table of Contents

    Class RemoteScope

    This class represents a binding of an actor deployment to a remote system. Actors in this scope are deployed to a specified Address.

    Inheritance
    object
    Scope
    RemoteScope
    Implements
    IEquatable<Scope>
    IEquatable<RemoteScope>
    Inherited Members
    Scope.Local
    Scope.Equals(Scope)
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Actor
    Assembly: Akka.dll
    Syntax
    public class RemoteScope : Scope, IEquatable<Scope>, IEquatable<RemoteScope>

    Constructors

    | Edit this page View Source

    RemoteScope()

    Initializes a new instance of the RemoteScope class.

    Declaration
    protected RemoteScope()
    | Edit this page View Source

    RemoteScope(Address)

    Initializes a new instance of the RemoteScope class.

    Declaration
    public RemoteScope(Address address)
    Parameters
    Type Name Description
    Address address

    The address to which actors are deployed.

    Properties

    | Edit this page View Source

    Address

    The address to which actors are deployed.

    Declaration
    public Address Address { get; set; }
    Property Value
    Type Description
    Address

    Methods

    | Edit this page View Source

    Copy()

    Creates a new RemoteScope that uses the current Address.

    Declaration
    public override Scope Copy()
    Returns
    Type Description
    Scope

    The newly created RemoteScope

    Overrides
    Scope.Copy()
    | Edit this page View Source

    Equals(RemoteScope)

    Indicates whether the current object is equal to another object of the same type.

    Declaration
    public bool Equals(RemoteScope other)
    Parameters
    Type Name Description
    RemoteScope other

    An object to compare with this object.

    Returns
    Type Description
    bool

    true if the current object is equal to the other parameter; otherwise, false.

    | Edit this page View Source

    Equals(object)

    Determines whether the specified object is equal to the current object.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj

    The object to compare with the current object.

    Returns
    Type Description
    bool

    true if the specified object is equal to the current object; otherwise, false.

    Overrides
    object.Equals(object)
    | Edit this page View Source

    GetHashCode()

    Serves as the default hash function.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code for the current object.

    Overrides
    object.GetHashCode()
    | Edit this page View Source

    WithFallback(Scope)

    Creates a new Scope from this scope using another Scope to backfill options that might be missing from this scope.

    note

    This method ignores the given scope and returns the current instance.

    Declaration
    public override Scope WithFallback(Scope other)
    Parameters
    Type Name Description
    Scope other

    The Scope used for fallback configuration.

    Returns
    Type Description
    Scope

    The instance of this scope

    Overrides
    Scope.WithFallback(Scope)

    Implements

    IEquatable<T>
    IEquatable<T>

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET