Interface ClientSession

    • Method Detail

      • logoff

        void logoff()
        Log off the session and free any server-side resources being held.
      • getServiceManager

        ServiceManager getServiceManager()
        Get the single service manager for this session. The service manager is the access point for all services provided by the API.
        Returns:
        the single service manager for this session.