Using an ApiSession in a Thread Other than the Creating Thread

This workaround describes how to get the "manager" interfaces (for example, ResourceManager) created in a first thread to work in a second thread.

In previous versions of the ITNCM - Base if an ApiSession was created in one thread and then passed to another thread, the "manager" interfaces (such as ResourceManager) that were actually created in the first thread would not work in the second thread. However, if this is found to be a problem the workaround is to pass the credentials to the second thread, and create an ApiSession there instead of passing the ApiSession.