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-03-21 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`."]]],[]]