Terminates all real-time compoenents and
unitializes the framework. Terminate must be called at the end of
your application.
| [Visual Basic .NET] |
|---|
Public Sub Terminate()
|
| [C#] |
|---|
public void Terminate();
|
| [Managed C++] |
|---|
public: void Terminate();
|
| [Java] |
|---|
public terminate();
|
| [Unmanaged C++] |
|---|
public: HRESULT Terminate();
|