Skip to content
Docs Try Aspire
Docs Try

ExecuteCommandContext

Handle
📦 Aspire.Hosting v13.4.0
interface ExecuteCommandContext {
readonly arguments: InteractionInputCollection;
readonly cancellationToken: cancellationToken;
readonly logger: ILogger;
readonly resourceName: string;
}

Properties

property arguments InteractionInputCollection get
Gets the invocation arguments supplied by the client when the command is executed.
property cancellationToken cancellationToken get
The cancellation token.
property logger ILogger get
The logger for the resource.
property resourceName string get
The resource name.