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 、ブロックによって現在処理されている項目や、ブロックによって既に処理されている項目は含まれません。

適用対象