Operation timed polling algorithm, which uses exponential backoff factor for determining when the
next polling operation should be executed. If the polling exceeds the total timeout this
algorithm cancels polling.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides documentation for the `OperationTimedPollAlgorithm` class, which is used for timed polling operations with exponential backoff."],["The `OperationTimedPollAlgorithm` class extends `ExponentialRetryAlgorithm` and inherits various methods related to retry logic and attempt management."],["The webpage lists available versions of the `OperationTimedPollAlgorithm` class, ranging from version 2.63.1 (latest) down to 2.7.1, each linking to its respective documentation."],["The `OperationTimedPollAlgorithm` class provides methods for creating polling algorithms, managing retry attempts, and determining if an operation should be terminated or retried."],["Static methods `create(RetrySettings globalSettings)` and `create(RetrySettings globalSettings, ApiClock clock)` are provided to create the polling algorithm."]]],[]]