WriteOnceBlock<T>::IReceivableSourceBlock<T>::TryReceiveAll Method (IList<T>^)
Attempts to synchronously receive all available items from the IReceivableSourceBlock<TOutput>.
Assembly: System.Threading.Tasks.Dataflow (in System.Threading.Tasks.Dataflow.dll)
private: virtual bool TryReceiveAll( [OutAttribute] IList<T>^% items ) sealed = IReceivableSourceBlock<T>::TryReceiveAll
Parameters
- items
-
Type:
System.Collections.Generic::IList<T>^
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: