IAsyncErrorNotify Interface
.NET Framework 3.0
Implements error trapping on the asynchronous batch work that is submitted by the Activity object.
Namespace: System.EnterpriseServices
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
[GuidAttribute("FE6777FB-A674-4177-8F32-6D707E113484")] [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)] public interface 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
Not applicable.
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.
Community Additions
ADD
Show: