Click or drag to resize

ConditionHandlerContext Constructor

Ctor.

Namespace:  com.espertech.esper.common.client.hook.condition
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ConditionHandlerContext(
	string runtimeUri,
	string statementName,
	string deploymentId,
	BaseCondition engineCondition
)

Parameters

runtimeUri
Type: SystemString
engine URI
statementName
Type: SystemString
statement name
deploymentId
Type: SystemString
statement deployment id
engineCondition
Type: com.espertech.esper.common.client.hook.conditionBaseCondition
condition reported
See Also