[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Ctor.

Namespace: net.esper.core
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	expressionText As String, _
	dispatchService As DispatchService, _
	startMethod As EPEQLStmtStartMethod _
)
C#
public EPEQLStatementImpl (
	string expressionText,
	DispatchService dispatchService,
	EPEQLStmtStartMethod startMethod
)
Visual C++
public:
EPEQLStatementImpl (
	String^ expressionText, 
	DispatchService^ dispatchService, 
	EPEQLStmtStartMethod^ startMethod
)

Parameters

expressionText
System.String
expression
dispatchService
net.esper.dispatch.DispatchService
for dispatching
startMethod
net.esper.core.EPEQLStmtStartMethod
to Start the view