2 implementations of WaitForResourceAsync
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
740
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)
125
var response = await connection.
WaitForResourceAsync
(resourceName, status, timeoutSeconds, cancellationToken).ConfigureAwait(false);