Click or drag to resize

EngineInitResult Fields

LightningChart .NET Help

The EngineInitResult type exposes the following members.

Fields
  NameDescription
Public fieldDateTime
Date and time the engine initialization was tried or the information was created. This fields can not be trusted if the initialization is not tried.
Public fieldDeviceType
Defines the engine type this information concerns.
Public fieldExceptions
List of exceptions encountered on engine initialization.
Public fieldSuccess
If true, initialization of the engine was successful. False if not.
Public fieldWarnings
List of warnings and other messages encountered during initialization, that would have been reported to the ChartError event if they would have been encountered later.

These messages will be delivered through the ChartError event for the activated device in a patch after the init.

Top
See Also