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-02 UTC."],[[["The latest version of the `OperationTimedPollAlgorithm` is 2.63.1, while this page is for version 2.61.0, with a list of previous versions available."],["`OperationTimedPollAlgorithm` is a class that extends `ExponentialRetryAlgorithm` and is used for timed polling with an exponential backoff strategy."],["This class includes methods to determine if the next polling operation should occur or not, including if the total timeout has been exceeded."],["The class provides static `create` methods to initialize the polling algorithm with `RetrySettings` and optionally an `ApiClock` to be used for time computations."],["The `shouldRetry` method is designed to signal whether to initiate another polling operation, and it will throw a `CancellationException` when no further attempts should be made."]]],[]]