3 references to ExecuteCommandCoreAsync
Aspire.Hosting (3)
ApplicationModel\ResourceCommandService.cs (3)
62
return await
ExecuteCommandCoreAsync
(resourceEvent.ResourceId, resourceEvent.Resource, commandName, cancellationToken).ConfigureAwait(false);
78
return await
ExecuteCommandCoreAsync
(names[0], resource, commandName, cancellationToken).ConfigureAwait(false);
85
tasks.Add(
ExecuteCommandCoreAsync
(name, resource, commandName, cancellationToken));