Android.Content.SyncResult.SyncAlreadyInProgress Property
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.

Syntax

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

Value

Documentation for this section has not yet been entered.

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.

[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