Base:
method
ProcessAsync
Microsoft.Extensions.DataIngestion.IngestionChunkProcessor<T>.ProcessAsync(System.Collections.Generic.IAsyncEnumerable<Microsoft.Extensions.DataIngestion.IngestionChunk<T>>, System.Threading.CancellationToken)
2 references to ProcessAsync
Microsoft.Extensions.DataIngestion.Tests (2)
Processors\SummaryEnricherTests.cs (2)
39await foreach (var _ in sut.ProcessAsync(null!)) 70var chunks = await sut.ProcessAsync(input).ToListAsync();