Click or drag to resize

EnvironmentInit Method

Initializes the environment. Start(String) and Login(String, SecureString) must be called first.

Namespace: LynceeTec.API
Assembly: LynceeTec.API (in LynceeTec.API.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:35 UTC
Syntax
public static void Init()
Exceptions
ExceptionCondition
EnvironmentNotStartedExceptionThrown when the operation is not valid because the environment hasn't been started
NoUserLoggedInExceptionthrown when the operation is not valid because no user is logged in
See Also