C# 클래스 Microsoft.VisualStudio.R.Package.ProjectSystem.Commands.SendFileCommandBase

파일 보기 프로젝트 열기: Microsoft/RTVS

보호된 메소드들

메소드 설명
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