ContentProviderOperation.Builder.WithYieldAllowed(Boolean) Method

Definition

[Android.Runtime.Register("withYieldAllowed", "(Z)Landroid/content/ContentProviderOperation$Builder;", "GetWithYieldAllowed_ZHandler")]
public virtual Android.Content.ContentProviderOperation.Builder WithYieldAllowed(bool yieldAllowed);
[<Android.Runtime.Register("withYieldAllowed", "(Z)Landroid/content/ContentProviderOperation$Builder;", "GetWithYieldAllowed_ZHandler")>]
abstract member WithYieldAllowed : bool -> Android.Content.ContentProviderOperation.Builder
override this.WithYieldAllowed : bool -> Android.Content.ContentProviderOperation.Builder

Parameters

yieldAllowed
Boolean

Whether the operation may yield to other operations.

Returns

this builder, to allow for chaining. This value cannot be null .

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.ContentProviderOperation.Builder.withYieldAllowed(boolean).

Applies to