6 references to RpcResourceState
aspire (6)
Backchannel\AppHostBackchannel.cs (4)
17
IAsyncEnumerable<
RpcResourceState
> GetResourceStatesAsync(CancellationToken cancellationToken);
80
public async IAsyncEnumerable<
RpcResourceState
> GetResourceStatesAsync([EnumeratorCancellation]CancellationToken cancellationToken)
88
var resourceStates = await rpc.InvokeWithCancellationAsync<IAsyncEnumerable<
RpcResourceState
>>(
95
await foreach (
var
state in resourceStates.WithCancellation(cancellationToken))
Commands\RunCommand.cs (2)
204
var knownResources = new SortedDictionary<string,
RpcResourceState
>();
210
await foreach (
var
resourceState in resourceStates)