ApplicationIHandlerRunIteration Method |
Advanced. Runs an iteration of the main UI loop when you are blocking the UI thread with logic.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax abstract RunIteration : unit -> unit
Remarks
This is not recommended to use and you should use asynchronous calls instead via Task.Run or threads.
See Also