Solution object
Provides access to data applicable to the overall AXE session. This is the core of the AXE functionality for a solution application.
When to implement
Never. This object is implemented and exposed by Axe.
- Methods
- Properties
Methods
The Solution object has these methods.
Method | Description |
---|---|
CreateEngine | Create an Engine object for running AXE jobs. |
CreateJob | Load a job from an XML file. |
CreateLogger | Creates a Logging object to write information into AXE’s event logging file. |
Dispose | Releases all resources used by the object. |
Dispose(Boolean) | Releases the unmanaged resources used by the Logging object and optionally releases the managed resources. |
GetErrorText | Retrieve the text for a specified error code. |
Initialize | Initialize the AXE solution portion of the AXE core. |
Initialize(SolutionParameters) | Initialize the AXE solution portion of the AXE core. |
ReadLogFile | Read a log file. |
Properties
The Solution object has these properties.
Property | Access type | Description |
---|---|---|
Read-only | The folder that contains the Axe engine state files and debugging logs. |
|
Read-only | The name of the debugging log files that contain a record of the Axe engine execution. |
Requirements
Minimum supported client |
Windows 8 [desktop apps only] |
Minimum supported server |
Windows Server 2012 [desktop apps only] |
DLL |
Microsoft.Assessments.Core.dll ; AxeCore.dll |
Send comments about this topic to Microsoft
Build date: 10/2/2013