KeyStoreException.RetryWithExponentialBackoff 필드

정의

주의

This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionRetry enum directly instead of this field.

기하급수적 백오프 지연으로 인해 이 오류가 발생한 작업을 다시 시도합니다.

[Android.Runtime.Register("RETRY_WITH_EXPONENTIAL_BACKOFF", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionRetry enum directly instead of this field.", true)]
public const Android.Security.KeyStoreExceptionRetry RetryWithExponentialBackoff = 2;
[<Android.Runtime.Register("RETRY_WITH_EXPONENTIAL_BACKOFF", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Security.KeyStoreExceptionRetry enum directly instead of this field.", true)>]
val mutable RetryWithExponentialBackoff : Android.Security.KeyStoreExceptionRetry

필드 값

Value = 2
특성

설명

기하급수적 백오프 지연으로 인해 이 오류가 발생한 작업을 다시 시도합니다. 첫 번째 지연은 5~30초 사이여야 하며, 이후 다시 시도할 때마다 지연 시간이 두 배가 됩니다.

이 값은 다음과 같은 경우에 #isTransientFailure() 반환됩니다 true.

에 대한 android.security.KeyStoreException.RETRY_WITH_EXPONENTIAL_BACKOFFJava 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상