IOleComponent.Terminate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Terminates the message loop.
public:
void Terminate();
public:
void Terminate();
void Terminate();
public void Terminate ();
abstract member Terminate : unit -> unit
Public Sub Terminate ()
Remarks
The component should revoke its registration with the component manager, release references to the component manager and perform any necessary cleanup.