3 references to StopAppHostAsync
aspire (3)
Commands\StopCommand.cs (3)
115
return await
StopAppHostAsync
(connection, cancellationToken);
141
return await
StopAppHostAsync
(result.Connection!, cancellationToken);
167
return
StopAppHostAsync
(connection, cancellationToken);