2 implementations of ExecuteResourceCommandAsync
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
711public async Task<ExecuteResourceCommandResponse> ExecuteResourceCommandAsync(
Aspire.Cli.Tests (1)
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
94public Task<ExecuteResourceCommandResponse> ExecuteResourceCommandAsync(
3 references to ExecuteResourceCommandAsync
aspire (3)
Commands\ResourceCommandHelper.cs (2)
44async () => await connection.ExecuteResourceCommandAsync(resourceName, commandName, cancellationToken)); 64async () => await connection.ExecuteResourceCommandAsync(resourceName, commandName, cancellationToken));
Mcp\Tools\ExecuteResourceCommandTool.cs (1)
75var response = await connection.ExecuteResourceCommandAsync(resourceName, commandName, cancellationToken).ConfigureAwait(false);