Table of Contents

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

action Func<Task>

The asynchronous action to perform while the results tree view is being updated.

Returns

Task

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.