BatchedJoinBlock<T1, T2, T3>::TryReceiveAll Method (IList<Tuple<IList<T1>^, IList<T2>^, IList<T3>^>^>^)
Attempts to synchronously receive all available items from the IReceivableSourceBlock<TOutput>.
Assembly: System.Threading.Tasks.Dataflow (in System.Threading.Tasks.Dataflow.dll)
public: virtual bool TryReceiveAll( [OutAttribute] IList<Tuple<IList<T1>^, IList<T2>^, IList<T3>^>^>^% items ) sealed
Parameters
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: