AsyncQueryHandler.OnUpdateComplete(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 update is completed.
[Android.Runtime.Register("onUpdateComplete", "(ILjava/lang/Object;I)V", "GetOnUpdateComplete_ILjava_lang_Object_IHandler")]
protected virtual void OnUpdateComplete (int token, Java.Lang.Object? cookie, int result);
[<Android.Runtime.Register("onUpdateComplete", "(ILjava/lang/Object;I)V", "GetOnUpdateComplete_ILjava_lang_Object_IHandler")>]
abstract member OnUpdateComplete : int * Java.Lang.Object * int -> unit
override this.OnUpdateComplete : int * Java.Lang.Object * int -> unit
Parameters
- token
- Int32
the token to identify the query, passed in from
#startUpdate
.
- cookie
- Object
the cookie object that's passed in from
#startUpdate
.
- result
- Int32
the result returned from the update operation
- Attributes
Remarks
Called when an asynchronous update 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.