ActionBlock<TInput>::InputCount Property
Gets the number of input items waiting to be processed by this block.
Assembly: System.Threading.Tasks.Dataflow (in System.Threading.Tasks.Dataflow.dll)
The InputCount does not include any items that are currently being processed by the block or any items that have already been processed by the block.
Show: