ExecuteCommandContext
Handle
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.