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

Implements a poller viewable that uses a polling strategy, a cache and some input parameters extracted from event streams to perform the polling.

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

Syntax

Visual Basic (Declaration)
Public Class PollingViewable _
	Implements HistoricalEventViewable, Viewable, EventCollection, IEnumerable(Of EventBean), IEnumerable, ValidatedView
C#
public class PollingViewable : HistoricalEventViewable, Viewable, EventCollection, IEnumerable<EventBean>, IEnumerable, ValidatedView
Visual C++
public ref class PollingViewable : HistoricalEventViewable, Viewable, EventCollection, IEnumerable<EventBean^>, IEnumerable, ValidatedView

Inheritance Hierarchy

System.Object
  net.esper.eql.db.PollingViewable