2 references to WaitForDependenciesAsync
Aspire.Hosting (2)
Ats\NotificationExports.cs (1)
57
return notificationService.
WaitForDependenciesAsync
(resource.Resource, CancellationToken.None);
Orchestrator\ApplicationOrchestrator.cs (1)
97
var waitForDependenciesTask = _notificationService.
WaitForDependenciesAsync
(@event.Resource, cts.Token);