Click or drag to resize

PriorExpression Constructor (Int32, String)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public PriorExpression(
	int index,
	string propertyName
)

Parameters

index
Type: SystemInt32
is the index of the prior event
propertyName
Type: SystemString
is the property to return
See Also