C# Class Microsoft.R.Support.Help.IntelliSenseRSession

Inheritance: IIntellisenseRSession
显示文件 Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
CreateSessionAsync ( ) : System.Threading.Tasks.Task
Dispose ( ) : void
GetFunctionPackageNameAsync ( string functionName ) : Task

Private Methods

Method Description
IntelliSenseRSession ( ICoreShell coreShell, IRInteractiveWorkflowProvider workflowProvider ) : System

Method Details

CreateSessionAsync() public method

public CreateSessionAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Dispose() public method

public Dispose ( ) : void
return void

GetFunctionPackageNameAsync() public method

public GetFunctionPackageNameAsync ( string functionName ) : Task
functionName string
return Task