IAsyncErrorNotify Interface
Implements error trapping on the asynchronous batch work that is submitted by the Activity object.
For a list of all members of this type, see IAsyncErrorNotify Members.
[Visual Basic] <Guid("FE6777FB-A674-4177-8F32-6D707E113484")> <InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> Public Interface IAsyncErrorNotify [C#] [Guid("FE6777FB-A674-4177-8F32-6D707E113484")] [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] public interface IAsyncErrorNotify [C++] [Guid("FE6777FB-A674-4177-8F32-6D707E113484")] [InterfaceType(ComInterfaceType::InterfaceIsIUnknown)] public __gc __interface IAsyncErrorNotify [JScript] public Guid("FE6777FB-A674-4177-8F32-6D707E113484") InterfaceType(ComInterfaceType.InterfaceIsIUnknown) interface IAsyncErrorNotify
Remarks
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 on failfast, please refer to the "Fault Isolation and Failfast Policy" topic in the Platform SDK in MSDN.
Requirements
Namespace: System.EnterpriseServices
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)
See Also
IAsyncErrorNotify Members | System.EnterpriseServices Namespace