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

Наследование: SendFileCommandBase, IAsyncCommandGroupHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
GetCommandStatusAsync ( IImmutableSet nodes, long commandId, bool focused, string commandText, CommandStatus progressiveStatus ) : Task
TryHandleCommandAsync ( IImmutableSet nodes, long commandId, bool focused, long commandExecuteOptions, IntPtr variantArgIn, IntPtr variantArgOut ) : Task

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

Метод Описание
SendToRemoteCommand ( ConfiguredProject configuredProject, IRInteractiveWorkflowProvider interactiveWorkflowProvider, IApplicationShell appShell ) : System

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

GetCommandStatusAsync() публичный Метод

public GetCommandStatusAsync ( IImmutableSet nodes, long commandId, bool focused, string commandText, CommandStatus progressiveStatus ) : Task
nodes IImmutableSet
commandId long
focused bool
commandText string
progressiveStatus CommandStatus
Результат Task

TryHandleCommandAsync() публичный Метод

public TryHandleCommandAsync ( IImmutableSet nodes, long commandId, bool focused, long commandExecuteOptions, IntPtr variantArgIn, IntPtr variantArgOut ) : Task
nodes IImmutableSet
commandId long
focused bool
commandExecuteOptions long
variantArgIn System.IntPtr
variantArgOut System.IntPtr
Результат Task