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