ExecuteCommandContext
Handle
interface ExecuteCommandContext { readonly arguments: InteractionInputCollection; readonly cancellationToken: cancellationToken; readonly logger: ILogger; readonly resourceName: string; readonly services: IServiceProvider;}5 members
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.
property
servicesIServiceProvidergetThe service provider.