Multiple client instances
Posted: Fri Apr 24, 2009 9:59 am
We can create multiple client instances, running ServerOperations.Login() after setting the client LoginOptions for each one. When we do, running ServerOperations.GetWorkingFolderAssignments() only returns folders corresponding to the first login session. I guess our second call to ServerOperations.Login() is really doing nothing and we really only have one login session/client instance.
Is there a way for us to use ServerOperations().GetWorkingFolderAssignments() and the various ServerOperations.ProcessCommandXXXX methods for multiple client instances? Would saving and restoring the current client instance with ServerOperations.client.get_ClientInstance() and ServerOperations.set_ClientInstance() work?
Eric
Is there a way for us to use ServerOperations().GetWorkingFolderAssignments() and the various ServerOperations.ProcessCommandXXXX methods for multiple client instances? Would saving and restoring the current client instance with ServerOperations.client.get_ClientInstance() and ServerOperations.set_ClientInstance() work?
Eric