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

Syntax

[Android.Runtime.Register("tooManyRetries")]
public bool TooManyRetries { get; set; }

Value

Documentation for this section has not yet been entered.

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.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5