[[["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 if a non-transient error occurs or if the number of transient errors exceeds a predefined limit, with `kUnavailable` status codes being the only errors treated as transient."],["You can create an instance of this policy, which has a constructor taking in the `maximum_failures` parameter to dictate the amount of transient failures that will be tolerated before being exhausted."],["The class allows cloning using the `clone()` method, and also provides methods like `IsExhausted()` and `IsPermanentFailure()` to manage retries."],["The page provides access to different versions, from 2.23.0 to 2.37.0-rc (latest), of the implementation for `AppHubLimitedErrorCountRetryPolicy`."]]],[]]