ContentProviderOperation.IsYieldAllowed Property

Definition

Returns true if the operation allows yielding the database to other transactions if the database is contended.

public virtual bool IsYieldAllowed { [Android.Runtime.Register("isYieldAllowed", "()Z", "GetIsYieldAllowedHandler")] get; }
[<get: Android.Runtime.Register("isYieldAllowed", "()Z", "GetIsYieldAllowedHandler")>]
member this.IsYieldAllowed : bool

Property Value

Attributes

Remarks

Returns true if the operation allows yielding the database to other transactions if the database is contended.

Java documentation for android.content.ContentProviderOperation.isYieldAllowed().

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

See also