AsyncQueryHandler.OnDeleteComplete(Int32, Object, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when an asynchronous delete is completed.
[Android.Runtime.Register("onDeleteComplete", "(ILjava/lang/Object;I)V", "GetOnDeleteComplete_ILjava_lang_Object_IHandler")]
protected virtual void OnDeleteComplete (int token, Java.Lang.Object? cookie, int result);
[<Android.Runtime.Register("onDeleteComplete", "(ILjava/lang/Object;I)V", "GetOnDeleteComplete_ILjava_lang_Object_IHandler")>]
abstract member OnDeleteComplete : int * Java.Lang.Object * int -> unit
override this.OnDeleteComplete : int * Java.Lang.Object * int -> unit
Parameters
- token
- Int32
the token to identify the query, passed in from
#startDelete
.
- cookie
- Object
the cookie object that's passed in from
#startDelete
.
- result
- Int32
the result returned from the delete operation
- Attributes
Remarks
Called when an asynchronous delete is completed.
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.