Class EventLoopGroupFactoryConfiguration
Inheritance
System.Object
EventLoopGroupFactoryConfiguration
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Catalyst.Core.Lib.IO.EventLoop
Assembly: Catalyst.Core.Lib.dll
Syntax
public class EventLoopGroupFactoryConfiguration : IEventLoopGroupFactoryConfiguration
Properties
| Improve this Doc View SourceTcpClientHandlerWorkerThreads
Declaration
public int TcpClientHandlerWorkerThreads { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TcpServerHandlerWorkerThreads
Declaration
public int TcpServerHandlerWorkerThreads { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UdpClientHandlerWorkerThreads
Declaration
public int UdpClientHandlerWorkerThreads { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UdpServerHandlerWorkerThreads
Declaration
public int UdpServerHandlerWorkerThreads { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |