次の方法で共有


ForkJoinPool.ActiveThreadCount プロパティ

定義

現在タスクを盗んだり実行したりしているスレッドの数の見積もりを返します。

public virtual int ActiveThreadCount { [Android.Runtime.Register("getActiveThreadCount", "()I", "GetGetActiveThreadCountHandler")] get; }
[<get: Android.Runtime.Register("getActiveThreadCount", "()I", "GetGetActiveThreadCountHandler")>]
member this.ActiveThreadCount : int

プロパティ値

アクティブなスレッドの数

属性

注釈

現在タスクを盗んだり実行したりしているスレッドの数の見積もりを返します。 このメソッドは、アクティブなスレッドの数を過大評価する可能性があります。

の Java ドキュメント java.util.concurrent.ForkJoinPool.getActiveThreadCount()

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象