| IExceptionManagerReProcess Method |
Queues up the documents with the provided list of exceptions to be reprocessed
Namespace:
EdaIntegrationContract.Exceptions
Assembly:
EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax void ReProcess(
IEnumerable<IExceptionItem> exceptions
)
Parameters
- exceptions
- Type: System.Collections.GenericIEnumerableIExceptionItem
The list of exceptions to reprocess
See Also