The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TransformManyBlock<TInput, TOutput>::TryReceiveAll Method (IList<TOutput>^)
Attempts to synchronously receive all available items from the IReceivableSourceBlock<TOutput>.
Assembly: System.Threading.Tasks.Dataflow (in System.Threading.Tasks.Dataflow.dll)
Parameters
- items
-
Type:
System.Collections.Generic::IList<TOutput>^
The items received from the source.
This method does not block waiting for the source to provide an item.
It will return after checking for elements, whether or not an element was available.
Show: