ApplicationContext.ExitThreadCore Metódus

Definíció

Leállítja a szál üzenethurkját.

protected:
 virtual void ExitThreadCore();
protected virtual void ExitThreadCore();
abstract member ExitThreadCore : unit -> unit
override this.ExitThreadCore : unit -> unit
Protected Overridable Sub ExitThreadCore ()

Megjegyzések

Ezt a metódust a metódusból hívjuk meg ExitThread.

Note

ExitThread és ExitThreadCore nem okozza a szál leállását. Ezek a metódusok azt az ThreadExit eseményt emelik ki, amelyre az Application objektum figyel. Az Application objektum ezután leállítja a szálat.

A következőre érvényes: