CursorTreeAdapter.RunQueryOnBackgroundThread Method

Definition

Overloads

RunQueryOnBackgroundThread(ICharSequence)
RunQueryOnBackgroundThread(String)

RunQueryOnBackgroundThread(ICharSequence)

[Android.Runtime.Register("runQueryOnBackgroundThread", "(Ljava/lang/CharSequence;)Landroid/database/Cursor;", "GetRunQueryOnBackgroundThread_Ljava_lang_CharSequence_Handler")]
public virtual Android.Database.ICursor? RunQueryOnBackgroundThread (Java.Lang.ICharSequence? constraint);
[<Android.Runtime.Register("runQueryOnBackgroundThread", "(Ljava/lang/CharSequence;)Landroid/database/Cursor;", "GetRunQueryOnBackgroundThread_Ljava_lang_CharSequence_Handler")>]
abstract member RunQueryOnBackgroundThread : Java.Lang.ICharSequence -> Android.Database.ICursor
override this.RunQueryOnBackgroundThread : Java.Lang.ICharSequence -> Android.Database.ICursor

Parameters

constraint
ICharSequence

Returns

Attributes

Remarks

Java documentation for android.widget.CursorTreeAdapter.runQueryOnBackgroundThread(java.lang.CharSequence).

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.

See also

Applies to

RunQueryOnBackgroundThread(String)

public Android.Database.ICursor? RunQueryOnBackgroundThread (string? constraint);
member this.RunQueryOnBackgroundThread : string -> Android.Database.ICursor

Parameters

constraint
String

Returns

Remarks

Java documentation for android.widget.CursorTreeAdapter.runQueryOnBackgroundThread(java.lang.CharSequence).

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