Click or drag to resize

ConfigurationRuntimeThreadingIsThreadPoolInbound Property

Returns true for inbound threading enabled, the default is false for not enabled.

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

Return Value

Type: Boolean
indicator whether inbound threading is enabled
See Also