TransformManyBlock<TInput,TOutput>.TryReceiveAll 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
IReceivableSourceBlock<TOutput>에서 모든 사용 가능한 항목을 비동기적으로 받으려고 시도합니다.
public:
virtual bool TryReceiveAll([Runtime::InteropServices::Out] System::Collections::Generic::IList<TOutput> ^ % items);
public bool TryReceiveAll (out System.Collections.Generic.IList<TOutput> items);
public bool TryReceiveAll (out System.Collections.Generic.IList<TOutput>? items);
abstract member TryReceiveAll : IList -> bool
override this.TryReceiveAll : IList -> bool
Public Function TryReceiveAll (ByRef items As IList(Of TOutput)) As Boolean
매개 변수
- items
- IList<TOutput>
소스에서 받은 항목입니다.
반환
하나 이상의 항목을 받을 수 있으면 true
이고, 그렇지 않으면 false
입니다.
구현
설명
이 메서드는 원본이 항목을 제공할 때까지 대기하는 것을 차단하지 않습니다.
요소를 사용할 수 있는지 여부와 같은 요소를 확인한 후 반환됩니다.