EngineInitResult Structure |
Namespace: Arction.Wpf.Charting
The EngineInitResult type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Used to convert GetLastEngineInitResults to string to help reporting of it's contents.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| DateTime |
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.
| |
| DeviceType |
Defines the engine type this information concerns.
| |
| Exceptions |
List of exceptions encountered on engine initialization.
| |
| Success |
If true, initialization of the engine was successful. False if not.
| |
| Warnings |
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. |