Logs in to an access session to InterChange Server for the access client.
Syntax
IInterchangeAccessSession login( string userName, string password);
Parameters
Exceptions
Example
// Open the access session String userName = "admin"; String password = "null"; IInterchangeAccessSession aSession = serverAccessEngine.login( userName, password);