API Login
Posted: Wed Jan 20, 2010 2:51 pm
I am using the following to log in.
ServerOperations.client.LoginOptions.URL = url;
ServerOperations.client.LoginOptions.User = username;
ServerOperations.client.LoginOptions.Password = password;
ServerOperations.client.LoginOptions.Repository = repository;
ServerOperations.Login();
My question:
Is there a login that will not update the cache files.
The ServerOperations.Login() at times take up to 15+ seconds. I am assuming that that the login is also updating the CacheMember_Repository which grows very large with our database(s).
Thanks in advance.
ServerOperations.client.LoginOptions.URL = url;
ServerOperations.client.LoginOptions.User = username;
ServerOperations.client.LoginOptions.Password = password;
ServerOperations.client.LoginOptions.Repository = repository;
ServerOperations.Login();
My question:
Is there a login that will not update the cache files.
The ServerOperations.Login() at times take up to 15+ seconds. I am assuming that that the login is also updating the CacheMember_Repository which grows very large with our database(s).
Thanks in advance.