Skip to content
Docs Try Aspire
Docs Try

executeCommandAsync

Method
📦 Aspire.Hosting v13.4.0
interface ResourceCommandService {
// ... omitted for brevity
executeCommandAsync(
resource: IResource,
commandName: string,
arguments?: Dict<string,string>,
cancellationToken?: cancellationToken): ExecuteCommandResult;
}

Signature

method executeCommandAsync
Executes a command for the specified resource.
executeCommandAsync(
resource: IResource,
commandName: string,
arguments?: Dict<string,string>,
cancellationToken?: cancellationToken): ExecuteCommandResult
resource IResource
commandName string
arguments Dict<string,string> optional
cancellationToken cancellationToken optional
ExecuteCommandResult

Applies to

This method applies to the following types: