ResourceCommandService
Handle
interface ResourceCommandService { executeCommandAsync( resource: IResource, commandName: string, arguments?: Dict<string,string>, cancellationToken?: cancellationToken): ExecuteCommandResult;}Methods
method
executeCommandAsync Executes a command for the specified resource.
executeCommandAsync( resource: IResource, commandName: string, arguments?: Dict<string,string>, cancellationToken?: cancellationToken): ExecuteCommandResultParameters
resource IResource commandName string arguments Dict<string,string> optional cancellationToken cancellationToken optional Returns
ExecuteCommandResult