[Mono-bugs] [Bug 643367] Android.OS.AsyncTask missing abstract doInBackground method
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Mar 24 13:27:16 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=643367
https://bugzilla.novell.com/show_bug.cgi?id=643367#c3
--- Comment #3 from Mike Kestner <mkestner at novell.com> 2011-03-24 17:27:16 UTC ---
On r9961, we now support doInBackground via the following declaration:
protected abstract Java.Lang.Object DoInBackground (params Java.Lang.Object[]
@params);
The remainder of the methods have similar definitions. We'll provide a generic
subclass at some point probably post-1.0 to limit the JLO exposure.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list