Share via


BackendBusyException.BackOffHintMillis Property

Definition

When retrying to start a Keystore operation after receiving this exception, this can be used to determine how long to wait before retrying.

public virtual long BackOffHintMillis { [Android.Runtime.Register("getBackOffHintMillis", "()J", "GetGetBackOffHintMillisHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getBackOffHintMillis", "()J", "GetGetBackOffHintMillisHandler", ApiSince=31)>]
member this.BackOffHintMillis : int64

Property Value

Number of milliseconds to back off before retrying.

Attributes

Remarks

When retrying to start a Keystore operation after receiving this exception, this can be used to determine how long to wait before retrying. It is not guaranteed that the operation will succeeds after this time. Multiple retries may be necessary if the system is congested.

Java documentation for android.security.keystore.BackendBusyException.getBackOffHintMillis().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to