Method UpdateResultsTreeView
- Namespace
- Alternet.Scripter.Debugger.UI.AlternetUI
- Assembly
- Alternet.Scripter.Debugger.UI.AlternetUI.v10.dll
UpdateResultsTreeView(Func<Task>)
Updates the results tree view by executing the specified asynchronous action.
protected Task UpdateResultsTreeView(Func<Task> action)
Parameters
Returns
Remarks
This method ensures that the specified action is executed in the context of updating the results tree view. If ResultsTreeView is null, the method returns without performing any action.