| IExportErrorManagerReTry Method |
Clears the error for the provided documents and then queues up the Export process.
NOTE: There is an implicit assumption that all export errors to retry come from
the same export.
Namespace:
EdaIntegrationContract.Exports
Assembly:
EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax void ReTry(
IEnumerable<IExportError> exportErrors
)
Parameters
- exportErrors
- Type: System.Collections.GenericIEnumerableIExportError
The list of export errors to reprocess
See Also