public ExponentialBackOffInitializer(ExponentialBackOffPolicy policy, Func<BackOffHandler> createBackOff)
Constructs a new back-off initializer with the given policy and back-off handler create function.
If policy has the RecommendedOrDefault flag set,
the BackOffHandler will be set for handling both exceptions and HTTP Status codes.
[[["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-05 UTC."],[[["The `ExponentialBackOffInitializer` class, part of the `Google.Apis.Http` namespace in the `Google.Apis.Core.dll` assembly, adds exponential back-off as an exception and/or unsuccessful response handler."],["This class inherits from `object` and implements the `IConfigurableHttpClientInitializer` interface, providing a way to manage HTTP client initialization with back-off capabilities."],["It is constructed using an `ExponentialBackOffPolicy` and a function to create a `BackOffHandler`, and when the `RecommendedOrDefault` flag is set, the `BackOffHandler` manages both exceptions and HTTP status codes."],["The `Initialize` method allows for the configuration of a `ConfigurableHttpClient` after its creation, implementing the core functionality of the initializer."],["There are multiple versions of the documentation for this class available, including versions 1.69.0 (latest), 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0, that are accessible through the provided links."]]],[]]