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

Interface for polling data from a data source such as a relational database. Lifecycle methods are for managing connection resources.

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

Public Methods

  NameDescription
Destroy
Indicate we are no going to use this object again.

Done
Indicate we are done polling and can release resources.

Poll
Poll events using the keys provided.

Start
Start the poll, called before any poll operation.