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-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eExponentialBackOffInitializer\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Apis.Http\u003c/code\u003e namespace in the \u003ccode\u003eGoogle.Apis.Core.dll\u003c/code\u003e assembly, adds exponential back-off as an exception and/or unsuccessful response handler.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements the \u003ccode\u003eIConfigurableHttpClientInitializer\u003c/code\u003e interface, providing a way to manage HTTP client initialization with back-off capabilities.\u003c/p\u003e\n"],["\u003cp\u003eIt is constructed using an \u003ccode\u003eExponentialBackOffPolicy\u003c/code\u003e and a function to create a \u003ccode\u003eBackOffHandler\u003c/code\u003e, and when the \u003ccode\u003eRecommendedOrDefault\u003c/code\u003e flag is set, the \u003ccode\u003eBackOffHandler\u003c/code\u003e manages both exceptions and HTTP status codes.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInitialize\u003c/code\u003e method allows for the configuration of a \u003ccode\u003eConfigurableHttpClient\u003c/code\u003e after its creation, implementing the core functionality of the initializer.\u003c/p\u003e\n"],["\u003cp\u003eThere 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.\u003c/p\u003e\n"]]],[],null,[]]