Click or drag to resize

StatementMetric Constructor

Initializes a new instance of the StatementMetric class.

Namespace:  com.espertech.esper.common.client.metric
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public StatementMetric(
	string runtimeURI,
	string deploymentId,
	string statementName
)

Parameters

runtimeURI
Type: SystemString
The runtime URI.
deploymentId
Type: SystemString
The deployment identifier.
statementName
Type: SystemString
Name of the statement.
See Also