次の方法で共有


ActionBlock<TInput>.InputCount プロパティ

定義

このブロックで処理するために待機している入力項目の数を取得します。

public:
 property int InputCount { int get(); };
public int InputCount { get; }
member this.InputCount : int
Public ReadOnly Property InputCount As Integer

プロパティ値

Int32

このブロックで処理するために待機している入力項目の数。

注釈

ブロック InputCount によって現在処理されている項目や、ブロックによって既に処理されている項目は含まれません。

適用対象