IAsyncErrorNotify Interface
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
'Declaration <GuidAttribute("FE6777FB-A674-4177-8F32-6D707E113484")> _ <InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _ Public Interface IAsyncErrorNotify 'Usage Dim instance As IAsyncErrorNotify
/** @attribute GuidAttribute("FE6777FB-A674-4177-8F32-6D707E113484") */
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */
public interface IAsyncErrorNotify
GuidAttribute("FE6777FB-A674-4177-8F32-6D707E113484") InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) public interface IAsyncErrorNotify
IAsyncErrorNotify is used to implement error trapping on the asynchronous batch work that is submitted by the Activity object. Implement this interface on the object that is passed in the call to AsynchronousCall on the Activity object. AsynchronousCall determines if an error occurred in batch work that is running asynchronously. This interface enables you to be informed of errors that occur in asynchronous batch work, and the process will terminate (failfast) on any unrecoverable error.
For information about failfast, see the "Fault Isolation and Failfast Policy" topic in the Platform SDK in MSDN.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.