Implemented interface member:
method
ExecuteResourceCommandAsync
Aspire.Dashboard.ServiceClient.IDashboardClient.ExecuteResourceCommandAsync(System.String, System.String, Aspire.Dashboard.Model.CommandViewModel, Aspire.Dashboard.ServiceClient.ExecuteResourceCommandOptions, System.Threading.CancellationToken)
3 references to ExecuteResourceCommandAsync
Aspire.Dashboard (1)
ServiceClient\SelectedDashboardClient.cs (1)
64return currentClient.ExecuteResourceCommandAsync(resourceName, resourceType, command, options, cancellationToken);
Aspire.Dashboard.Tests (2)
Model\DashboardClientTests.cs (2)
561var response = await instance.ExecuteResourceCommandAsync( 579var commandTask = instance.ExecuteResourceCommandAsync(