Click or drag to resize

EPDataFlowInstantiationOptionsWithCpuStatistics Method

Sets indicator whether to collect CPU statistics.

Namespace:  com.espertech.esper.common.client.dataflow.core
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public EPDataFlowInstantiationOptions WithCpuStatistics(
	bool cpuStatistics
)

Parameters

cpuStatistics
Type: SystemBoolean
CPU stats

Return Value

Type: EPDataFlowInstantiationOptions
this options object
See Also