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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-04 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."]]],[]]