C# Class Microsoft.VisualStudio.R.Package.ProjectSystem.Commands.SendFileCommandBase

Afficher le fichier Open project: Microsoft/RTVS

Méthodes protégées

Méthode Description
SendFileCommandBase ( IRInteractiveWorkflowProvider interactiveWorkflowProvider, IApplicationShell appShell, IFileSystem fs ) : System
SendToRemoteAsync ( IEnumerable files, string projectDir, string projectName, string remotePath, CancellationToken cancellationToken ) : Task

Private Methods

Méthode Description
SendToRemoteWorkerAsync ( IEnumerable files, string projectDir, string projectName, string remotePath, IVsStatusbar statusBar, CancellationToken cancellationToken ) : Task

Method Details

SendFileCommandBase() protected méthode

protected SendFileCommandBase ( IRInteractiveWorkflowProvider interactiveWorkflowProvider, IApplicationShell appShell, IFileSystem fs ) : System
interactiveWorkflowProvider IRInteractiveWorkflowProvider
appShell IApplicationShell
fs IFileSystem
Résultat System

SendToRemoteAsync() protected méthode

protected SendToRemoteAsync ( IEnumerable files, string projectDir, string projectName, string remotePath, CancellationToken cancellationToken ) : Task
files IEnumerable
projectDir string
projectName string
remotePath string
cancellationToken System.Threading.CancellationToken
Résultat Task