TransformBlock<TInput,TOutput>.InputCount プロパティ

定義

このブロックによって処理されるのを待機している入力項目の数を取得します。

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

プロパティ値

入力項目の数。

注釈

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

適用対象