Method | Description | |
---|---|---|
Invoke ( System.Guid group, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult | ||
SaveHistoryCommand ( IApplicationShell appShell, ITextView textView, IRHistoryProvider historyProvider, IRInteractiveWorkflow interactiveWorkflow ) : System | ||
Status ( System.Guid guid, int id ) : Microsoft.R.Components.Controller.CommandStatus |
public Invoke ( System.Guid group, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult | ||
group | System.Guid | |
id | int | |
inputArg | object | |
outputArg | object | |
return | Microsoft.R.Components.Controller.CommandResult |
public SaveHistoryCommand ( IApplicationShell appShell, ITextView textView, IRHistoryProvider historyProvider, IRInteractiveWorkflow interactiveWorkflow ) : System | ||
appShell | IApplicationShell | |
textView | ITextView | |
historyProvider | IRHistoryProvider | |
interactiveWorkflow | IRInteractiveWorkflow | |
return | System |
public Status ( System.Guid guid, int id ) : Microsoft.R.Components.Controller.CommandStatus | ||
guid | System.Guid | |
id | int | |
return | Microsoft.R.Components.Controller.CommandStatus |