AsyncQueryHandler.OnUpdateComplete(Int32, Object, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當非同步更新完成時呼叫。
[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
參數
- token
- Int32
識別查詢的標記,從 傳遞給 #startUpdate。
- cookie
- Object
從 傳入 #startUpdate的 cookie 物件。
- result
- Int32
更新操作回傳的結果
- 屬性
備註
當非同步更新完成時呼叫。
Java 文件 android.content.AsyncQueryHandler.onUpdateComplete(int, java.lang.Object, int)。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。