C# Class Microsoft.R.Components.InteractiveWorkflow.Implementation.InteractiveWindowConsole

Inheritance: IConsole
Datei anzeigen Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
InteractiveWindowConsole ( IRInteractiveWorkflow workflow ) : System
PromptYesNoAsync ( string text, CancellationToken cancellationToken ) : Task
Write ( string text ) : void
WriteLine ( string text ) : void

Method Details

InteractiveWindowConsole() public method

public InteractiveWindowConsole ( IRInteractiveWorkflow workflow ) : System
workflow IRInteractiveWorkflow
return System

PromptYesNoAsync() public method

public PromptYesNoAsync ( string text, CancellationToken cancellationToken ) : Task
text string
cancellationToken System.Threading.CancellationToken
return Task

Write() public method

public Write ( string text ) : void
text string
return void

WriteLine() public method

public WriteLine ( string text ) : void
text string
return void