Click or drag to resize

ExpressionsPreviousTail Method (Int32, String)

Previous tail function.

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

Parameters

index
Type: SystemInt32
the numeric index of the previous event
property
Type: SystemString
the name of the property to obtain the value for

Return Value

Type: PreviousExpression
expression
See Also