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