SyncResult.SyncAlreadyInProgress Property

Definition

Used to indicate that the SyncAdapter is already performing a sync operation, though not necessarily for the requested account and authority and that it wasn't able to process this request.

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

Property Value

Attributes

Remarks

Used to indicate that the SyncAdapter is already performing a sync operation, though not necessarily for the requested account and authority and that it wasn't able to process this request. The SyncManager will reschedule the request to run later.

Java documentation for android.content.SyncResult.syncAlreadyInProgress.

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