1 implementation of GetResourceStatesAsync
aspire (1)
Backchannel\AppHostBackchannel.cs (1)
80
public async IAsyncEnumerable<RpcResourceState>
GetResourceStatesAsync
([EnumeratorCancellation]CancellationToken cancellationToken)
1 reference to GetResourceStatesAsync
aspire (1)
Commands\RunCommand.cs (1)
206
var resourceStates = backchannel.
GetResourceStatesAsync
(cancellationToken);