Method Post Post(Action) Asynchronously posts the specified action to the UI thread for execution. Tracked as a non-busy task. Declaration public void Post(Action action) Parameters Type Name Description Action action Implements ITaskRunner.Post(Action)