Click or drag to resize

UnifiedExceptionManagerReprocessSelected Method

Reprocess all specified ids

Namespace:  Law.EdaIntegration.Exceptions
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public void ReprocessSelected(
	UnifiedExceptionFilter unifiedExceptionFilter,
	IEnumerable<UnifiedException> itemsToReprocess
)

Parameters

unifiedExceptionFilter
Type: Law.EdaIntegration.ExceptionsUnifiedExceptionFilter
exception filter
itemsToReprocess
Type: System.Collections.GenericIEnumerableUnifiedException
list of ids to reprocess
See Also