C# Class Microsoft.R.Components.ConnectionManager.Commands.SwitchToConnectionCommand

Inheritance: IAsyncCommandRange
Mostrar archivo Open project: Microsoft/RTVS

Public Methods

Method Description
GetStatus ( int index ) : CommandStatus
GetText ( int index ) : string
InvokeAsync ( int index ) : Task
SwitchToConnectionCommand ( IRInteractiveWorkflow workflow ) : System.Collections.ObjectModel

Method Details

GetStatus() public method

public GetStatus ( int index ) : CommandStatus
index int
return CommandStatus

GetText() public method

public GetText ( int index ) : string
index int
return string

InvokeAsync() public method

public InvokeAsync ( int index ) : Task
index int
return Task

SwitchToConnectionCommand() public method

public SwitchToConnectionCommand ( IRInteractiveWorkflow workflow ) : System.Collections.ObjectModel
workflow IRInteractiveWorkflow
return System.Collections.ObjectModel