Click or drag to resize

ConditionMatchRecognizeStatesMax Constructor

Initializes a new instance of the ConditionMatchRecognizeStatesMax class

Namespace:  com.espertech.esper.common.client.hook.condition
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ConditionMatchRecognizeStatesMax(
	long max,
	IDictionary counts
)

Parameters

max
Type: SystemInt64

[Missing <param name="max"/> documentation for "M:com.espertech.esper.common.client.hook.condition.ConditionMatchRecognizeStatesMax.#ctor(System.Int64,System.Collections.Generic.IDictionary`2)"]

counts
Type: System.Collections.GenericIDictionaryTKey, TValue

[Missing <param name="counts"/> documentation for "M:com.espertech.esper.common.client.hook.condition.ConditionMatchRecognizeStatesMax.#ctor(System.Int64,System.Collections.Generic.IDictionary`2)"]

See Also