SyncResult.TooManyRetries Property

Definition

Used to indicate that the SyncAdapter experienced a hard error due to trying the same operation too many times (as defined by the SyncAdapter).

[Android.Runtime.Register("tooManyRetries")]
public bool TooManyRetries { get; set; }
[<Android.Runtime.Register("tooManyRetries")>]
member this.TooManyRetries : bool with get, set

Property Value

Attributes

Remarks

Used to indicate that the SyncAdapter experienced a hard error due to trying the same operation too many times (as defined by the SyncAdapter). The SyncManager will record that the sync request failed and it will not reschedule the request.

Java documentation for android.content.SyncResult.tooManyRetries.

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