共用方式為


AbstractQueuedSynchronizer.ConditionObject.WaitQueueLength 屬性

定義

傳回等候此條件之線程數目的估計值。

protected int WaitQueueLength { [Android.Runtime.Register("getWaitQueueLength", "()I", "")] get; }
[<get: Android.Runtime.Register("getWaitQueueLength", "()I", "")>]
member this.WaitQueueLength : int

屬性值

等候線程的估計數目

屬性

例外狀況

備註

傳回等候此條件之線程數目的估計值。 實作 AbstractQueuedSynchronizer#getWaitQueueLength(ConditionObject)

java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject.getWaitQueueLength()Java 檔。

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

適用於