IJobRestartEventHandler class

The IJobRestartEventHandler interface enables a solution to receive notification from the AXE engine when a job is restarting the system.

When to implement

A IJobRestartEventHandler interface should be implemented by a solution that needs to save state information, or perform some cleanup, before restarting the system.

IJobRestartEventHandler has these types of members:

Methods

The IJobRestartEventHandler class has these methods.

Method Description
OnJobRestart The AXE Core raises this event when a job is ending because the system is being restarted.

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