Enum ExponentialBackOffPolicy (1.50.0)

public enum ExponentialBackOffPolicy : int

Indicates if exponential back-off is used automatically on exceptions in a service requests and \ or when 503 responses is returned form the server.

Namespace

Google.Apis.Http

Assembly

Google.Apis.Core.dll

Fields

NameDescription
Exception

Exponential back-off is enabled only for exceptions.

None

Exponential back-off is disabled.

UnsuccessfulResponse503

Exponential back-off is enabled only for 503 HTTP Status code.

Extension Method