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