6 references to ResourceSnapshotChange
Aspire.Hosting (6)
Dashboard\DashboardService.cs (1)
94
throw new FormatException($"Unexpected {nameof(
ResourceSnapshotChange
)} type: {update.ChangeType}");
Dashboard\ResourcePublisher.cs (5)
23
private ImmutableHashSet<Channel<
ResourceSnapshotChange
>> _outgoingChannels = [];
49
var channel = Channel.CreateUnbounded<
ResourceSnapshotChange
>(
58
async IAsyncEnumerable<IReadOnlyList<
ResourceSnapshotChange
>> StreamUpdates([EnumeratorCancellation] CancellationToken enumeratorCancellationToken = default)
86
ImmutableHashSet<Channel<
ResourceSnapshotChange
>> channels;
113
IAsyncEnumerable<IReadOnlyList<
ResourceSnapshotChange
>> Subscription);