1 write to ExecuteCommand
Aspire.Hosting (1)
ApplicationModel\ResourceCommandAnnotation.cs (1)
37ExecuteCommand = executeCommand;
3 references to ExecuteCommand
Aspire.Hosting (3)
ApplicationModel\ResourceCommandAnnotation.cs (2)
141/// The result of executing a command. Returned from <see cref="ResourceCommandAnnotation.ExecuteCommand"/>. 173/// Context for <see cref="ResourceCommandAnnotation.ExecuteCommand"/>.
ApplicationModel\ResourceCommandService.cs (1)
112var result = await annotation.ExecuteCommand(context).ConfigureAwait(false);