IAsyncErrorNotify Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements error trapping on the asynchronous batch work that is submitted by the Activity object.
public interface class IAsyncErrorNotify
[System.Runtime.InteropServices.Guid("FE6777FB-A674-4177-8F32-6D707E113484")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAsyncErrorNotify
[<System.Runtime.InteropServices.Guid("FE6777FB-A674-4177-8F32-6D707E113484")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAsyncErrorNotify = interface
Public Interface IAsyncErrorNotify
- Attributes
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.
On |
Handles errors for asynchronous batch work. |
Product | Versions |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: