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

Interface for views that poll data based on information from other streams.

The following tables list the members exposed by the HistoricalEventViewable type.

Public Methods

  NameDescription
AddView
Add a view to the viewable object.
(Inherited from Viewable.)
GetEnumerator (Inherited from IEnumerable<(Of T>).)
GetEnumerator (Inherited from IEnumerable.)
GetViews
Returns all added views.
(Inherited from Viewable.)
Poll
Poll for stored historical or reference data using events per stream and returing for each event-per-stream row a separate list with events representing the poll result.

RemoveView
Remove a view.
(Inherited from Viewable.)
Stop
Stops the view

Validate
Validate the view.
(Inherited from ValidatedView.)