Click or drag to resize

OnDeleteClause Constructor (String, String)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public OnDeleteClause(
	string windowName,
	string optionalAsName
)

Parameters

windowName
Type: SystemString
is the named window name
optionalAsName
Type: SystemString
is the as-provided name of the named window
See Also