ResourceCommandService.executeCommandAsync
Method
interface ResourceCommandService { // ... omitted for brevity executeCommandAsync( resource: IResource, commandName: string, arguments?: Dict<string,string>, cancellationToken?: cancellationToken): ExecuteCommandResult;}Signature
method
executeCommandAsyncExecutes a command for the specified resource.
executeCommandAsync( resource: IResource, commandName: string, arguments?: Dict<string,string>, cancellationToken?: cancellationToken): ExecuteCommandResultParameters
resourceIResourcecommandNamestringargumentsDict<string,string>optionalcancellationTokencancellationTokenoptionalReturns
ExecuteCommandResultDefined on
This method is defined on the following type: