BatchedJoinBlock<T1, T2>::TryReceive Method (Predicate<Tuple<IList<T1>^, IList<T2>^>^>^, Tuple<IList<T1>^, IList<T2>^>^)
Attempts to synchronously receive an available output item from the IReceivableSourceBlock<TOutput>.
Assembly: System.Threading.Tasks.Dataflow (in System.Threading.Tasks.Dataflow.dll)
public: virtual bool TryReceive( Predicate<Tuple<IList<T1>^, IList<T2>^>^>^ filter, [OutAttribute] Tuple<IList<T1>^, IList<T2>^>^% item ) sealed
This method does not block waiting for the source to provide an item.
It will return after checking for an element, whether or not an element was available.
Show: