Click or drag to resize

RuntimeMetric Constructor

Ctor.

Namespace:  com.espertech.esper.common.client.metric
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public RuntimeMetric(
	string runtimeURI,
	long timestamp,
	long inputCount,
	long inputCountDelta,
	long scheduleDepth
)

Parameters

runtimeURI
Type: SystemString
runtime URI
timestamp
Type: SystemInt64
runtime timestamp
inputCount
Type: SystemInt64
number of input events
inputCountDelta
Type: SystemInt64
number of input events since last
scheduleDepth
Type: SystemInt64
schedule depth
See Also