IAssessmentEndEventHandler class

The IAssessmentEndEventHandler interface enables a solution to receive notification from the AXE engine when an assessment has finished.

When to implement

An IAssessmentEndEventHandler interface should be implemented by a solution that needs to display the status and assessment errors of the job to the user.

IAssessmentEndEventHandler has these types of members:

Methods

The IAssessmentEndEventHandler class has these methods.

Method Description
OnAssessmentEnd The AXE Core raises this event to notify the solution that an assessment has ended.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
AxeHosting.h
DLL
AxeCore.dll

See also

Execution Solution Interfaces