Table of Contents

Method Invoke

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Invoke(Action)

Runs action on the thread that is processing events

public void Invoke(Action action)

Parameters

action Action

the action to be invoked on the main processing thread.