logout()

Logs out of the access session with the InterChange server.

Syntax

void logout(IInterchangeAccessSession session);

Parameters

session
The access-session object to end.

Example

// Log out from the access session
serverAccessEngine.logout(aSession);

Copyright IBM Corp. 1997, 2004