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

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

Public Methods

Method Description
InvokeAsync ( ) : Task
PlotDeviceActivateCommand ( IRInteractiveWorkflow interactiveWorkflow, IRPlotDeviceVisualComponent visualComponent ) : System

Method Details

InvokeAsync() public method

public InvokeAsync ( ) : Task
return Task

PlotDeviceActivateCommand() public method

public PlotDeviceActivateCommand ( IRInteractiveWorkflow interactiveWorkflow, IRPlotDeviceVisualComponent visualComponent ) : System
interactiveWorkflow IRInteractiveWorkflow
visualComponent IRPlotDeviceVisualComponent
return System