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-09-04 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eOperationTimedPollAlgorithm\u003c/code\u003e is 2.63.1, while version 2.48.1 is also documented on this page.\u003c/p\u003e\n"],["\u003cp\u003eThis class, \u003ccode\u003eOperationTimedPollAlgorithm\u003c/code\u003e, extends \u003ccode\u003eExponentialRetryAlgorithm\u003c/code\u003e and is used for timed polling operations with exponential backoff.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOperationTimedPollAlgorithm\u003c/code\u003e will cancel polling if it exceeds the total timeout.\u003c/p\u003e\n"],["\u003cp\u003eIt offers static methods like \u003ccode\u003ecreate\u003c/code\u003e to instantiate the algorithm with either default or custom clock settings.\u003c/p\u003e\n"],["\u003cp\u003eThis class has the ability to override or have inherited methods related to whether or not an RPC or polling attempt should be terminated or retried, including throwing \u003ccode\u003eCancellationException\u003c/code\u003e in certain circumstances.\u003c/p\u003e\n"]]],[],null,[]]