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

Inheritance: IAsyncCommand
Show file Open project: Microsoft/RTVS

Public Methods

Method Description
InvokeAsync ( ) : Task
SessionInformationCommand ( IRInteractiveWorkflow interactiveWorkflow, IConsole console ) : System

Private Methods

Method Description
OnRSessionDisposed ( object sender, EventArgs e ) : void
OnRSessionInteractive ( object sender, EventArgs e ) : void
PrintBrokerInformationAsync ( bool reportTelemetry = false ) : Task
ReplInitComplete ( ) : Task

Method Details

InvokeAsync() public method

public InvokeAsync ( ) : Task
return Task

SessionInformationCommand() public method

public SessionInformationCommand ( IRInteractiveWorkflow interactiveWorkflow, IConsole console ) : System
interactiveWorkflow IRInteractiveWorkflow
console IConsole
return System