Interface RetrySettings.IJitter (4.8.0)

public interface RetrySettings.IJitter

Provides a mechanism for applying jitter to delays between retries. See the BackoffJitter property for more information.

Namespace

Google.Api.Gax.Grpc

Assembly

Google.Api.Gax.Grpc.dll

Methods

GetDelay(TimeSpan)

TimeSpan GetDelay(TimeSpan maxDelay)

Returns the actual delay to use given a maximum available delay.

Parameter
Name Description
maxDelay TimeSpan

The maximum delay provided by the backoff settings

Returns
Type Description
TimeSpan

The delay to use before retrying.