語言

CountedCompleter.AddToPendingCount(Int32) 方法

定義

將給定值(原子層次)加到待處理的計數中。

[Android.Runtime.Register("addToPendingCount", "(I)V", "", ApiSince=24)]
public void AddToPendingCount(int delta);
[<Android.Runtime.Register("addToPendingCount", "(I)V", "", ApiSince=24)>]
member this.AddToPendingCount : int -> unit

參數

delta
Int32

可加的價值

屬性

備註

將給定值(原子層次)加到待處理的計數中。

java.util.concurrent.CountedCompleter.addToPendingCount(int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於