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

Inheritance: IIntellisenseRSession
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode Description
CreateSessionAsync ( ) : System.Threading.Tasks.Task
Dispose ( ) : void
GetFunctionPackageNameAsync ( string functionName ) : Task

Private Methods

Méthode Description
IntelliSenseRSession ( ICoreShell coreShell, IRInteractiveWorkflowProvider workflowProvider ) : System

Method Details

CreateSessionAsync() public méthode

public CreateSessionAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetFunctionPackageNameAsync() public méthode

public GetFunctionPackageNameAsync ( string functionName ) : Task
functionName string
Résultat Task