IOleComponent.Terminate Method

Definition

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.

Applies to