public enum ExponentialBackOffPolicy : intIndicates 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.HttpAssembly
Google.Apis.Core.dll
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. |