Table of Contents

Method Invoke

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Invoke(Action)

Runs action on the main UI loop thread

void Invoke(Action action)

Parameters

action Action

the action to be invoked on the main processing thread.