[[["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."],[[["This webpage details the `AppHubLimitedErrorCountRetryPolicy`, a retry mechanism for `AppHubConnection` that limits retries based on the number of detected transient errors."],["The policy halts retries upon encountering a non-transient error or exceeding a predefined limit of transient failures, with `kUnavailable` being treated as transient."],["You can configure the number of tolerated transient errors upon instantiation via the `maximum_failures` parameter, setting it to `0` to disable retries entirely."],["The page lists a variety of functions regarding the policy such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()` which can be used to check the status of the retry policy or creating copies of the policy."],["The webpage also lists the different versions of this document, including the most up to date version, 2.37.0-rc, and the currently viewed version, 2.34.0."]]],[]]