Show / Hide Table of Contents

    Interface IEventLoopGroupFactoryConfiguration

    Namespace: Catalyst.Abstractions.IO.EventLoop
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IEventLoopGroupFactoryConfiguration

    Properties

    | Improve this Doc View Source

    TcpClientHandlerWorkerThreads

    Gets or sets the TCP client threads.

    Declaration
    int TcpClientHandlerWorkerThreads { get; set; }
    Property Value
    Type Description
    System.Int32

    The TCP client threads.

    | Improve this Doc View Source

    TcpServerHandlerWorkerThreads

    Gets or sets the TCP server threads.

    Declaration
    int TcpServerHandlerWorkerThreads { get; set; }
    Property Value
    Type Description
    System.Int32

    The TCP server threads.

    | Improve this Doc View Source

    UdpClientHandlerWorkerThreads

    Gets or sets the UDP client threads.

    Declaration
    int UdpClientHandlerWorkerThreads { get; set; }
    Property Value
    Type Description
    System.Int32

    The UDP client threads.

    | Improve this Doc View Source

    UdpServerHandlerWorkerThreads

    Gets or sets the UDP server threads.

    Declaration
    int UdpServerHandlerWorkerThreads { get; set; }
    Property Value
    Type Description
    System.Int32

    The UDP server threads.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network