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

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

Public Methods

Method Description
InvokeAsync ( ) : Task
PlotHistoryAutoHideCommand ( IRInteractiveWorkflow interactiveWorkflow, IRPlotHistoryVisualComponent visualComponent ) : System.Threading.Tasks

Method Details

InvokeAsync() public method

public InvokeAsync ( ) : Task
return Task

PlotHistoryAutoHideCommand() public method

public PlotHistoryAutoHideCommand ( IRInteractiveWorkflow interactiveWorkflow, IRPlotHistoryVisualComponent visualComponent ) : System.Threading.Tasks
interactiveWorkflow IRInteractiveWorkflow
visualComponent IRPlotHistoryVisualComponent
return System.Threading.Tasks