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)

    Declaration
    public bool Equals(RemoteScope other)
    Parameters
    Type Name Description
    RemoteScope other
    Returns
    Type Description
    bool
    | Edit this page View Source

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)
    | Edit this page View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    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