2 implementations of WaitForResourceAsync
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
737
public async Task<WaitForResourceResponse>
WaitForResourceAsync
(
Aspire.Cli.Tests (1)
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
118
public Task<WaitForResourceResponse>
WaitForResourceAsync
(
1 reference to WaitForResourceAsync
aspire (1)
Commands\WaitCommand.cs (1)
127
var response = await connection.
WaitForResourceAsync
(resourceName, status, timeoutSeconds, cancellationToken).ConfigureAwait(false);