Base:
method
ProcessAsync
Microsoft.Extensions.DataIngestion.IngestionChunkProcessor<T>.ProcessAsync(System.Collections.Generic.IAsyncEnumerable<Microsoft.Extensions.DataIngestion.IngestionChunk<T>>, System.Threading.CancellationToken)
3 references to ProcessAsync
Microsoft.Extensions.DataIngestion.Tests (3)
Processors\ClassificationEnricherTests.cs (3)
58
await foreach (var _ in sut.
ProcessAsync
(null!))
90
IReadOnlyList<IngestionChunk<string>> got = await sut.
ProcessAsync
(CreateChunks().ToAsyncEnumerable()).ToListAsync();
111
IReadOnlyList<IngestionChunk<string>> got = await sut.
ProcessAsync
(chunks.ToAsyncEnumerable()).ToListAsync();