Uninitializes the SOAM API.

C# |
public static void Uninitialize()

The Uninitialize() method should be called at the end of all API calls. It should be called only once. This means that once Uninitialize(...) is called no other API calls are possible for the life of the process.
NOTE: Never call Uninitialize(...) during the execution of a callback method. This will result in a deadlock.