Search Results for

    Show / Hide Table of Contents

    Class ClusterRouterSettingsBase

    Base class for defining ClusterRouterGroupSettings and ClusterRouterPoolSettings

    Inheritance
    object
    ClusterRouterSettingsBase
    ClusterRouterGroupSettings
    ClusterRouterPoolSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Cluster.Routing
    Assembly: Akka.Cluster.dll
    Syntax
    public abstract class ClusterRouterSettingsBase

    Constructors

    | Edit this page View Source

    ClusterRouterSettingsBase(int, bool, string)

    Initializes a new instance of the ClusterRouterSettingsBase class.

    Declaration
    protected ClusterRouterSettingsBase(int totalInstances, bool allowLocalRoutees, string useRole)
    Parameters
    Type Name Description
    int totalInstances

    TBD

    bool allowLocalRoutees

    TBD

    string useRole

    TBD

    Exceptions
    Type Condition
    ArgumentOutOfRangeException

    This exception is thrown when the specified useRole is undefined or the specified totalInstances is less than or equal to zero.

    Properties

    | Edit this page View Source

    AllowLocalRoutees

    TBD

    Declaration
    public bool AllowLocalRoutees { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    TotalInstances

    TBD

    Declaration
    public int TotalInstances { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    UseRole

    TBD

    Declaration
    public string UseRole { get; }
    Property Value
    Type Description
    string

    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