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

Constructor.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	expressionText As String, _
	eventType As EventType, _
	dispatchService As DispatchService, _
	eventAdapterService As EventAdapterService, _
	startMethod As EPPatternStmtStartMethod _
)
C#
public EPPatternStatementImpl (
	string expressionText,
	EventType eventType,
	DispatchService dispatchService,
	EventAdapterService eventAdapterService,
	EPPatternStmtStartMethod startMethod
)
Visual C++
public:
EPPatternStatementImpl (
	String^ expressionText, 
	EventType^ eventType, 
	DispatchService^ dispatchService, 
	EventAdapterService^ eventAdapterService, 
	EPPatternStmtStartMethod^ startMethod
)

Parameters

expressionText
System.String
expression
eventType
net.esper.events.EventType
event type of events the pattern will fire
dispatchService
net.esper.dispatch.DispatchService
service for dispatching events
eventAdapterService
net.esper.events.EventAdapterService
service for generating events or event wrappers and types
startMethod
net.esper.core.EPPatternStmtStartMethod
The start method.