Click or drag to resize

ConfigurationRuntimeThreadingThreadPoolOutboundCapacity Property

Returns the capacity of the outbound queue, or null if none defined (the unbounded case, default).

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

Property Value

Type: NullableT
capacity or null if none defined
See Also