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不包含區塊目前正在處理的任何專案,或區塊已處理的任何專案。