TransformManyBlock<TInput,TOutput>.InputCount プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このブロックで処理するために待機している入力項目の数を取得します。
public:
property int InputCount { int get(); };
public int InputCount { get; }
member this.InputCount : int
Public ReadOnly Property InputCount As Integer
プロパティ値
入力項目の数。
注釈
ブロック InputCount によって現在処理されている項目や、ブロックによって既に処理されている項目は含まれません。