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

Mostra file Open project: Microsoft/RTVS

Protected Methods

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

Private Methods

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

Method Details

SendFileCommandBase() protected method

protected SendFileCommandBase ( IRInteractiveWorkflowProvider interactiveWorkflowProvider, IApplicationShell appShell, IFileSystem fs ) : System
interactiveWorkflowProvider IRInteractiveWorkflowProvider
appShell IApplicationShell
fs IFileSystem
return System

SendToRemoteAsync() protected method

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
return Task