ApplicationContext.ExitThreadCore メソッド

定義

スレッドのメッセージ ループを終了します。

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

注釈

このメソッドは ExitThread から呼び出されます。

Note

ExitThreadExitThreadCore は、実際にはスレッドを終了させません。 これらのメソッドは、オブジェクトが ThreadExit リッスンするイベントを Application 発生させます。 その後、 オブジェクトは Application スレッドを終了します。

適用対象