SyncRequest.Builder.SyncOnce Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Request that a sync occur immediately. Example SyncRequest.Builder builder = (new SyncRequest.Builder()).syncOnce();
[Android.Runtime.Register("syncOnce", "()Landroid/content/SyncRequest$Builder;", "GetSyncOnceHandler")]
public virtual Android.Content.SyncRequest.Builder? SyncOnce();
[<Android.Runtime.Register("syncOnce", "()Landroid/content/SyncRequest$Builder;", "GetSyncOnceHandler")>]
abstract member SyncOnce : unit -> Android.Content.SyncRequest.Builder
override this.SyncOnce : unit -> Android.Content.SyncRequest.Builder
Returns
Request that a sync occur immediately. Example SyncRequest.Builder builder = (new SyncRequest.Builder()).syncOnce();
- Attributes
Remarks
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.
Java documentation for android.content.SyncRequest.Builder.syncOnce().