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\SentimentEnricherTests.cs (3)
42await foreach (var _ in sut.ProcessAsync(null!)) 75var chunks = await sut.ProcessAsync(input).ToListAsync(); 98IReadOnlyList<IngestionChunk<string>> got = await sut.ProcessAsync(chunks.ToAsyncEnumerable()).ToListAsync();