Search Results for

    Show / Hide Table of Contents

    Class TestConductorSettings

    Settings used to operate the TestConductor.

    Inheritance
    object
    TestConductorSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Remote.TestKit
    Assembly: Akka.Remote.TestKit.dll
    Syntax
    public class TestConductorSettings

    Constructors

    | Edit this page View Source

    TestConductorSettings(Config)

    Declaration
    public TestConductorSettings(Config config)
    Parameters
    Type Name Description
    Config config

    Properties

    | Edit this page View Source

    BarrierTimeout

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

    ClientReconnects

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

    ClientSocketWorkerPoolSize

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

    ConnectTimeout

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

    PacketSplitThreshold

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

    QueryTimeout

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

    ReconnectBackoff

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

    ServerSocketWorkerPoolSize

    Declaration
    public int ServerSocketWorkerPoolSize { get; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    ComputeWps(Config)

    Declaration
    public int ComputeWps(Config config)
    Parameters
    Type Name Description
    Config config
    Returns
    Type Description
    int

    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