Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides methods that notify the host of the actions the common language runtime (CLR) performs in case of aborts, timeouts, or failures.
interface IHostPolicyManager: IUnknown {
HRESULT OnDefaultAction (
[in] EClrOperation operation,
[in] EPolicyAction action
);
HRESULT OnFailure(
[in] EClrFailure failure,
[in] EPolicyAction action
);
HRESULT OnTimeout (
[in] EClrOperation operation,
[in] EPolicyAction action
);
}
Methods
Method |
Description |
---|---|
Notifies the host that the CLR is about to take the default action specified by a call to ICLRPolicyManager::SetDefaultAction in response to a thread abort or AppDomain unload. |
|
Notifies the host that the CLR is about to take the action specified by a call to ICLRPolicyManager::SetActionOnFailure in response to a resource allocation or reclamation failure. |
|
Notifies the host that the CLR is about to take the action specified by a call to ICLRPolicyManager::SetActionOnTimeout in response to a timeout. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: MSCorEE.idl
Library: Included as a resource in MSCorEE.dll
.NET Framework Version: 2.0