ExecuteCommandContext
Handle
interface ExecuteCommandContext { readonly arguments: InteractionInputCollection; readonly cancellationToken: cancellationToken; readonly logger: ILogger; readonly resourceName: string;}Properties
property
argumentsInteractionInputCollectiongetGets the invocation arguments supplied by the client when the command is executed.
property
cancellationTokencancellationTokengetThe cancellation token.
property
loggerILoggergetThe logger for the resource.
property
resourceNamestringgetThe resource name.