Click or drag to resize

ConfigurationRuntimeThreadingThreadPoolInboundNumThreads Property

Returns the number of thread in the inbound threading pool.

Namespace:  com.espertech.esper.common.client.configuration.runtime
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public int ThreadPoolInboundNumThreads { get; set; }

Return Value

Type: Int32
number of threads
See Also