[[["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-04-17 UTC."],[[["This page documents the `IJitter` interface, which is part of the `Google.Api.Gax.Grpc` namespace and the `Google.Api.Gax.Grpc.dll` assembly, providing functionality for introducing jitter to retry delays."],["The `IJitter` interface includes a `GetDelay` method, that takes a `TimeSpan` representing the maximum delay, returning a `TimeSpan` value dictating the delay before a retry is executed."],["The `IJitter` interface is used in the `BackoffJitter` property of the `RetrySettings` within the `Google.Api.Gax.Grpc` namespace, with versioning from 3.2.0 up to the latest at 4.10.0."],["`IJitter`'s `GetDelay` method is designed to take a `TimeSpan` named `maxDelay`, representing the upper bound for the retry delay, which is provided by backoff settings."]]],[]]