xtd 0.2.0
Loading...
Searching...
No Matches

◆ exit_thread()

void xtd::forms::application_context::exit_thread ( )

Terminates the message loop of the thread.

Remarks
This method calls exit_thread_core.
Note
exit_thread and exit_thread_core do not actually cause the thread to terminate. These methods raise the thread_exit event to which the Application object listens. The Application object then terminates the thread.