[[["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-14 UTC."],[[["The latest version of the `ExponentialBackoffPolicy` is 2.37.0-rc, with a full list of previous versions available, starting from 2.36.0 down to 2.11.0."],["The `ExponentialBackoffPolicy` class allows for the implementation of an exponential backoff strategy."],["Constructors for the `ExponentialBackoffPolicy` class are available, taking parameters such as `internal::RPCPolicyParameters`, `initial_delay`, and `maximum_delay`."],["Key functions of this class include `clone()`, `Setup()`, and multiple `OnCompletion()` methods, handling tasks such as creating a copy, updating client contexts, and managing delays after RPC operations."],["The `OnCompletion` function returns the delay before attempting the operation again, in milliseconds, as determined by the parameters passed into the constructor."]]],[]]