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

Constructor.

Namespace: net.esper.eql.view
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	secIntervalSize As Double, _
	context As ViewServiceContext, _
	outputCallback As OutputCallback _
)
C#
public OutputConditionTime (
	double secIntervalSize,
	ViewServiceContext context,
	OutputCallback outputCallback
)
Visual C++
public:
OutputConditionTime (
	double secIntervalSize, 
	ViewServiceContext^ context, 
	OutputCallback^ outputCallback
)

Parameters

secIntervalSize
System.Double
is the number of seconds to batch events for.
context
net.esper.view.ViewServiceContext
is the view context for time scheduling
outputCallback
net.esper.eql.view.OutputCallback
is the callback to make once the condition is satisfied