C# Class Microsoft.R.Components.Plots.Implementation.Commands.PlotHistoryCutCopyCommand

Inheritance: PlotHistoryCommand, IAsyncCommand
Show file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
InvokeAsync ( ) : Task
PlotHistoryCutCopyCommand ( IRInteractiveWorkflow interactiveWorkflow, IRPlotHistoryVisualComponent visualComponent, bool cut ) : System.Runtime.InteropServices

Method Details

InvokeAsync() public method

public InvokeAsync ( ) : Task
return Task

PlotHistoryCutCopyCommand() public method

public PlotHistoryCutCopyCommand ( IRInteractiveWorkflow interactiveWorkflow, IRPlotHistoryVisualComponent visualComponent, bool cut ) : System.Runtime.InteropServices
interactiveWorkflow IRInteractiveWorkflow
visualComponent IRPlotHistoryVisualComponent
cut bool
return System.Runtime.InteropServices