アクセス・クライアント用に、IBM WebSphere Business Integration Server Express and Express Plus へのアクセス・セッションを作成します。
構文
IInterchangeAccessSession IgetInterchangeAccessSession( string userName, string password);
パラメーター
戻り値
アクセス・セッション用の IInterchangeAccessSession オブジェクト。
例外
注記
IgetInterchangeAccessSession() メソッドは、userName と password が IBM WebSphere Business Integration Server Express and Express Plus インスタンスに有効であることを確認します。
例
// Open the access session String userName = "admin"; String password = "null"; IInterchangeAccessSession aSession = serverAccessEngine.IgetInterchangeAccessSession( userName, password);