ResourceCommandService
Class net8.0
A service to execute resource commands.
namespace Aspire.Hosting.ApplicationModel;
public class ResourceCommandService{ // ...}Methods4
Section titled MethodsExecuteCommandAsync(string, string, CancellationToken) Execute a command for the specified resource.
ExecuteCommandAsync(string, string, InteractionInputCollection, CancellationToken) Execute a command for the specified resource.
ExecuteCommandAsync(IResource, string, CancellationToken) Execute a command for the specified resource.
ExecuteCommandAsync(IResource, string, InteractionInputCollection, CancellationToken) Execute a command for the specified resource.