C# Класс Microsoft.VisualStudio.R.Package.ProjectSystem.Commands.SendFileCommandBase

Показать файл Открыть проект

Защищенные методы

Метод Описание
SendFileCommandBase ( IRInteractiveWorkflowProvider interactiveWorkflowProvider, IApplicationShell appShell, IFileSystem fs ) : System
SendToRemoteAsync ( IEnumerable files, string projectDir, string projectName, string remotePath, CancellationToken cancellationToken ) : Task

Приватные методы

Метод Описание
SendToRemoteWorkerAsync ( IEnumerable files, string projectDir, string projectName, string remotePath, IVsStatusbar statusBar, CancellationToken cancellationToken ) : Task

Описание методов

SendFileCommandBase() защищенный Метод

protected SendFileCommandBase ( IRInteractiveWorkflowProvider interactiveWorkflowProvider, IApplicationShell appShell, IFileSystem fs ) : System
interactiveWorkflowProvider IRInteractiveWorkflowProvider
appShell IApplicationShell
fs IFileSystem
Результат System

SendToRemoteAsync() защищенный Метод

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
Результат Task