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-07-02 UTC."],[[["This webpage details the `OperationTimedPollAlgorithm` class, extending `ExponentialRetryAlgorithm`, used for polling operations with exponential backoff."],["The class is designed to manage the timing of polling operations, ensuring that if a total timeout is reached, the polling process will be canceled."],["The latest version available is 2.63.1, and the content provided includes documentation links for several past versions, all the way down to 2.7.1."],["`OperationTimedPollAlgorithm` includes static methods to create the algorithm, offering options to specify `RetrySettings` and `ApiClock` parameters."],["This class overrides methods such as `shouldRPCTerminate` and `shouldRetry`, and can throw a `CancellationException` when no more attempts are to be made."]]],[]]