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

Ctor.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	myStreamNumber As Integer, _
	inputParameters As IList(Of String), _
	pollExecStrategy As PollExecStrategy, _
	dataCache As DataCache, _
	eventType As EventType _
)
C#
public PollingViewable (
	int myStreamNumber,
	IList<string> inputParameters,
	PollExecStrategy pollExecStrategy,
	DataCache dataCache,
	EventType eventType
)
Visual C++
public:
PollingViewable (
	int myStreamNumber, 
	IList<String^>^ inputParameters, 
	PollExecStrategy^ pollExecStrategy, 
	DataCache^ dataCache, 
	EventType^ eventType
)

Parameters

myStreamNumber
System.Int32
is the stream number of the view
inputParameters
System.Collections.Generic.IList<(Of T>)
are the event property names providing input parameter keys
pollExecStrategy
net.esper.eql.db.PollExecStrategy
is the strategy to use for retrieving results
dataCache
net.esper.eql.db.DataCache
is looked up before using the strategy
eventType
net.esper.events.EventType
is the type of events generated by the view