1 instantiation of ResourceSnapshotUpdateBatch
aspire (1)
Backchannel\ResourceSnapshotWatcher.cs (1)
257
yield return new
ResourceSnapshotUpdateBatch
(snapshots, isResync);
4 references to ResourceSnapshotUpdateBatch
aspire (2)
Backchannel\ResourceSnapshotWatcher.cs (1)
209
public async IAsyncEnumerable<
ResourceSnapshotUpdateBatch
> WatchResourceSnapshotBatchesAsync(
Commands\DescribeCommand.cs (1)
301
await foreach (
var
batch in resourceWatcher.WatchResourceSnapshotBatchesAsync(initialCapture.UpdateSequence, cancellationToken).ConfigureAwait(false))
Aspire.Cli.Tests (2)
Backchannel\ResourceSnapshotWatcherTests.cs (2)
422
var
batch = Assert.Single(batches);
512
await foreach (
var
batch in watcher.WatchResourceSnapshotBatchesAsync(initialCapture.UpdateSequence))