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-01 UTC."],[[["The latest version available for `OperationTimedPollAlgorithm` is 2.63.1, as indicated by the link labeled \"(latest)\"."],["This page lists various versions of `OperationTimedPollAlgorithm` documentation, ranging from the latest 2.63.1 down to version 2.7.1, providing access to historical versions."],["`OperationTimedPollAlgorithm` is a class that extends `ExponentialRetryAlgorithm` and is designed to handle timed polling operations using exponential backoff."],["The `create` method can create an `OperationTimedPollAlgorithm` instance, offering control over retry behavior through the `RetrySettings` parameter, with an option to specify a custom `ApiClock` for time management."],["The `shouldRetry` method in `OperationTimedPollAlgorithm` determines if another polling attempt should be made and if not, will throw a `CancellationException`."]]],[]]