JobRestartEventHandler delegate
The AXE Core raises the event when the job is ending because the system is being restarted.
Syntax
public delegate void JobRestartEventHandler(
object sender,
JobRestartEventArgs
e
)
Attributes
Parameters
sender
Type: ObjectThe Engine object that is the source for the event.
e
Type: JobRestartEventArgsThe JobRestartEventArgs object that contains the event data.
Remarks
A managed solution can subscribe to individual events by adding an event handler to each event.
Unmanaged code uses the IJobRestartEventHandler::OnJobRestart method.
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
DLL |
Microsoft.Assessments.Core.dll ; AxeCore.dll |
Send comments about this topic to Microsoft
Build date: 10/2/2013