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 包含區塊目前正在處理的項目,或已處理過的項目。