10 references to WaitForShutdownAsync
Aspire.Hosting.Azure.Tests (6)
AzureDeployerTests.cs (6)
143
await app.
WaitForShutdownAsync
();
180
await app.
WaitForShutdownAsync
();
231
await app.
WaitForShutdownAsync
();
282
await app.
WaitForShutdownAsync
();
347
await app.
WaitForShutdownAsync
();
443
await app.
WaitForShutdownAsync
();
Microsoft.Extensions.Hosting.Abstractions (2)
HostingAbstractionsHostExtensions.cs (2)
44
host.
WaitForShutdownAsync
().GetAwaiter().GetResult();
69
await host.
WaitForShutdownAsync
(token).ConfigureAwait(false);
Negotiate.Server (1)
Program.cs (1)
19
await host1.
WaitForShutdownAsync
(); // CTL+C
TestingAppHost1.AppHost (1)
Program.cs (1)
68
await app.
WaitForShutdownAsync
();