EnvironmentStart Method |
| Name | Description | |
|---|---|---|
| Start | Entry point in the Lyncée Tec APIs. Initializes the environment. Use this version when working with metadata only (no database). | |
| Start(String) | Entry point in the Lyncée Tec APIs. Starts the environment. Use this version when working with a Koala database. To be ready to use the environment, call Login(String, SecureString) and Init afterwards |