次の方法で共有


ThreadPool.CompletedWorkItemCount プロパティ

定義

これまでに処理された作業項目の数を取得します。

public:
 static property long CompletedWorkItemCount { long get(); };
public static long CompletedWorkItemCount { get; }
member this.CompletedWorkItemCount : int64
Public Shared ReadOnly Property CompletedWorkItemCount As Long

プロパティ値

Int64

これまでに処理された作業項目の数。

注釈

スレッド プールの実装に異なる種類の作業項目がある場合、カウントにはすべての型が含まれます。

適用対象