[]
Provides step-by-step control over batch processing.
public class BatchStepProcessor
Public Class BatchStepProcessor
Allows callers to manually control iteration through data records. Useful when you need custom logic between iterations or want to skip certain records. The Context is invalidated if any other template operations are performed.
| Name | Description |
|---|---|
| MaxRecordIndex | Gets the zero-based index of the last record available for batch processing. |
| Name | Description |
|---|---|
| ProcessRecord(int, Action) | Executes a single step of batch processing. |