4 references to StopAppHostAsync
aspire (4)
Commands\StopCommand.cs (4)
243
var exitCode = await
StopAppHostAsync
(connection, GetSingleAppHostDisplayPath(connection), cancellationToken).ConfigureAwait(false);
289
var exitCode = await
StopAppHostAsync
(result.Connection!, GetSingleAppHostDisplayPath(result.Connection!), cancellationToken).ConfigureAwait(false);
327
return
StopAppHostAsync
(connection, appHostIdentifier, cancellationToken);
469
return
StopAppHostAsync
(connection, appHostIdentifier, cancellationToken);