1 instantiation of WaitForAppHostReadyResponse
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
952
return new
WaitForAppHostReadyResponse
{ IsReady = true };
2 references to WaitForAppHostReadyResponse
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
946
public async Task<
WaitForAppHostReadyResponse
> WaitForAppHostReadyAsync(WaitForAppHostReadyRequest? request = null, CancellationToken cancellationToken = default)
Aspire.Hosting.Tests (1)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (1)
111
var
ready = await waitTask.DefaultTimeout();