BatchedJoinBlock<T1,T2>.TryReceive Yöntem

Tanım

öğesinden IReceivableSourceBlock<TOutput>kullanılabilir bir çıkış öğesini zaman uyumlu olarak almaya çalışır.

public:
 virtual bool TryReceive(Predicate<Tuple<System::Collections::Generic::IList<T1> ^, System::Collections::Generic::IList<T2> ^> ^> ^ filter, [Runtime::InteropServices::Out] Tuple<System::Collections::Generic::IList<T1> ^, System::Collections::Generic::IList<T2> ^> ^ % item);
public bool TryReceive (Predicate<Tuple<System.Collections.Generic.IList<T1>,System.Collections.Generic.IList<T2>>> filter, out Tuple<System.Collections.Generic.IList<T1>,System.Collections.Generic.IList<T2>> item);
public bool TryReceive (Predicate<Tuple<System.Collections.Generic.IList<T1>,System.Collections.Generic.IList<T2>>>? filter, out Tuple<System.Collections.Generic.IList<T1>,System.Collections.Generic.IList<T2>>? item);
abstract member TryReceive : Predicate<System.Collections.Generic.IList<'T1> * System.Collections.Generic.IList<'T2>> * Tuple -> bool
override this.TryReceive : Predicate<System.Collections.Generic.IList<'T1> * System.Collections.Generic.IList<'T2>> * Tuple -> bool
Public Function TryReceive (filter As Predicate(Of Tuple(Of IList(Of T1), IList(Of T2))), ByRef item As Tuple(Of IList(Of T1), IList(Of T2))) As Boolean

Parametreler

filter
Predicate<Tuple<IList<T1>,IList<T2>>>

Bir değerin alınabilmesi için koşul başarıyla geçirilmelidir. filter nullolabilir, bu durumda tüm öğeler geçer.

item
Tuple<IList<T1>,IList<T2>>

Kaynaktan alınan öğe.

Döndürülenler

true bir öğe alınabiliyorsa; aksi takdirde , false.

Açıklamalar

Bu yöntem, kaynağın bir öğe sağlamasını beklemeyi engellemez.

Bir öğenin kullanılabilir olup olmadığı denetlendikten sonra döndürülecektir.

Şunlara uygulanır