Show / Hide Table of Contents

Enum ExponentialBackOffPolicy

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
Syntax
[Flags]
public enum ExponentialBackOffPolicy

Fields

Name Description
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 Methods

Utilities.ThrowIfNull<ExponentialBackOffPolicy>(String)
In This Article
Back to top