1 type derived from PsFollowUpdate
aspire (1)
Commands\PsCommand.cs (1)
176private sealed record ConnectionsUpdate(IReadOnlyList<IAppHostAuxiliaryBackchannel> Connections) : PsFollowUpdate;
2 references to PsFollowUpdate
aspire (2)
Commands\PsCommand.cs (2)
186var updates = Channel.CreateUnbounded<PsFollowUpdate>(new UnboundedChannelOptions 219await foreach (var update in updates.Reader.ReadAllAsync(followCancellationToken).ConfigureAwait(false))