Method ExecuteCommandInDebuggerThread
ExecuteCommandInDebuggerThread(Action)
Executes action in the UI thread.
public Task ExecuteCommandInDebuggerThread(Action action)
Parameters
action
ActionAction to be executed.
Returns
- Task
Task containing result of execution.