| title | IWpfActions::FailWorkerProcess Method |
|---|---|
| description | Describes the IWpfActions::FailWorkerProcess method and details its parameters, return value, remarks, and requirements. |
| ms.date | 10/07/2016 |
| ms.assetid | c1522380-9788-c51a-a614-3ba64de563f0 |
Enables a protocol manager to request a shutdown of the worker process and to log an event to the Event Viewer.
virtual VOID FailWorkerProcess(
IN PCWSTR pszReason,
IN HRESULT hrFailureToReport,
IN BOOL fFailOnNextPing = FALSE
) = 0; pszReason
A pointer to a string that contains the cause of the failure to be logged to the Event Viewer.
hrFailureToReport
An HRESULT that contains the failure code to report.
fFailOnNextPing
true to indicate that the worker process should shut down immediately; false to indicate that the worker process should shut down on the next health check.
VOID.
The FailWorkerProcess method enables protocol managers to request that the worker process framework report an unhealthy status to the Windows Process Activation Service.
| Type | Description |
|---|---|
| Client | - IIS 7.0 on [!INCLUDEwinvista] - IIS 7.5 on Windows 7 - IIS 8.0 on Windows 8 - IIS 10.0 on Windows 10 |
| Server | - IIS 7.0 on [!INCLUDEwinsrv2008] - IIS 7.5 on Windows Server 2008 R2 - IIS 8.0 on Windows Server 2012 - IIS 8.5 on Windows Server 2012 R2 - IIS 10.0 on Windows Server 2016 |
| Product | - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0 - [!INCLUDEiisexp75], [!INCLUDEiisexp80], [!INCLUDEiisexp100] |
| Header | Wpframework.h |
IWpfActions Interface
IWpfActions::RecycleWorkerProcess Method