ALM Open Test Architecture API Type Library Version 12.55
UseInstanceCache Method
Description
Use instance cache of settings storages
Syntax
Visual Basic
Public Sub UseInstanceCache() 
Remarks

By default all instances of OTA use the same container of connection settings, such as cookie and certificate stores. To configure the current instance of the OTA Connection to use its own container, call UseInstanceCache before initiating the connection.

 

Example
TDConnection otaConnection = new TDConnection();
otaConnection.UseInstanceCache();
otaConnection.InitConnection("http://<server URL>/qcbin");
See Also

TDConnection Object  | TDConnection Members