Click or drag to resize

OnMergeClauseAddAction Method

Add a new action to the list of actions.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public OnMergeClause AddAction(
	OnMergeMatchItem action
)

Parameters

action
Type: com.espertech.esper.common.client.sodaOnMergeMatchItem
to add

Return Value

Type: OnMergeClause
clause
See Also