Click or drag to resize

StatementMetricAddNumOutputRStream Method

Adds number of output rows in remove stream.

Namespace:  com.espertech.esper.common.client.metric
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddNumOutputRStream(
	int numRStream
)

Parameters

numRStream
Type: SystemInt32
to add
See Also