android.widget.CursorAdapter.runQueryOnBackgroundThread C# (CSharp) Method

runQueryOnBackgroundThread() public method

public runQueryOnBackgroundThread ( string arg0 ) : android.database.Cursor
arg0 string
return android.database.Cursor
        public android.database.Cursor runQueryOnBackgroundThread(string arg0)
        {
            return runQueryOnBackgroundThread((global::java.lang.CharSequence)(global::java.lang.String)arg0);
        }

Same methods

CursorAdapter::runQueryOnBackgroundThread ( java arg0 ) : global::android.database.Cursor