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\KeywordEnricherTests.cs (3)
61await foreach (var _ in sut.ProcessAsync(null!)) 95IReadOnlyList<IngestionChunk<string>> got = await sut.ProcessAsync(chunks).ToListAsync(); 120await foreach (var _ in sut.ProcessAsync(input))