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.
BatchedJoinBlock<T1, T2, T3>::TryReceive Method (Predicate<Tuple<IList<T1>^, IList<T2>^, IList<T3>^>^>^, Tuple<IList<T1>^, IList<T2>^, IList<T3>^>^)
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>^, IList<T3>^>^>^ filter, [OutAttribute] Tuple<IList<T1>^, IList<T2>^, IList<T3>^>^% 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: