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

Inheritance: SendFileCommandBase, IAsyncCommandGroupHandler
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
SendToRemoteCommand ( ConfiguredProject configuredProject, IRInteractiveWorkflowProvider interactiveWorkflowProvider, IApplicationShell appShell ) : System

Method Details

GetCommandStatusAsync() public méthode

public GetCommandStatusAsync ( IImmutableSet nodes, long commandId, bool focused, string commandText, CommandStatus progressiveStatus ) : Task
nodes IImmutableSet
commandId long
focused bool
commandText string
progressiveStatus CommandStatus
Résultat Task

TryHandleCommandAsync() public méthode

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
Résultat Task