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

Int64

Number of milliseconds to back off before retrying.

Attributes

Remarks

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