Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Some Cursors will spend time positioning themselves properly possibly doing a lot of work during the course of a positioning call like next(). This may block beyond an amount of time which is allowable. To prevent this, these overloads to the Cursor positioning methods should be added to take a millisecond long parameter. Such overloads can return with an error code or can throw an exception when the operation could not complete due to timing constraints. We have to determine which is best.