Click or drag to resize

CreateWindowClauseWithAsEventTypeName Method

Sets the as-name.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public CreateWindowClause WithAsEventTypeName(
	string asEventTypeName
)

Parameters

asEventTypeName
Type: SystemString
as-name

Return Value

Type: CreateWindowClause
itself
See Also