Android.Content.SyncResult.AlreadyInProgress Property
This instance of a SyncResult is returned by the SyncAdapter in response to a sync request when a sync is already underway.

Syntax

[Android.Runtime.Register("ALREADY_IN_PROGRESS")]
public static SyncResult AlreadyInProgress { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This instance of a SyncResult is returned by the SyncAdapter in response to a sync request when a sync is already underway. The SyncManager will reschedule the sync request to try again later.

[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