C# Class Microsoft.R.Components.InteractiveWorkflow.Commands.DeleteProfileCommand

Inheritance: IAsyncCommand
显示文件 Open project: Microsoft/RTVS

Private Properties

Property Type Description
DeleteProfileWorkerAsync Task

Public Methods

Method Description
DeleteProfileCommand ( IRInteractiveWorkflow interactiveWorkflow ) : System.Threading
InvokeAsync ( ) : Task

Private Methods

Method Description
DeleteProfileWorkerAsync ( ) : Task

Method Details

DeleteProfileCommand() public method

public DeleteProfileCommand ( IRInteractiveWorkflow interactiveWorkflow ) : System.Threading
interactiveWorkflow IRInteractiveWorkflow
return System.Threading

InvokeAsync() public method

public InvokeAsync ( ) : Task
return Task