Click or drag to resize

EngineInitResult Structure

LightningChart .NET Help
Engine Init Result.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public struct EngineInitResult

The EngineInitResult type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Used to convert GetLastEngineInitResults to string to help reporting of it's contents.
(Overrides ValueTypeToString.)
Top
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