Creates an access session to InterChange Server for the access client.
Syntax
IInterchangeAccessSession IgetInterchangeAccessSession( string userName, string password);
Parameters
Return Values
An IInterchangeAccessSession object for the access session.
Exceptions
Notes
The IgetInterchangeAccessSession() method verifies that userName and password are valid for the ICS instance.
Example
// Open the access session String userName = "admin"; String password = "null"; IInterchangeAccessSession aSession = serverAccessEngine.IgetInterchangeAccessSession( userName, password);