Dispose method |
|
Remarks
Disposes all of the resources allocated by the API. A call to this method is recommended before exiting the container application.
Syntax
[Visual Basic] Public Sub Dispose ( ) |
[C#] public void Dispose ( ); |
[C++] public: void Dispose ( ); |