[]
Executes a single step of batch processing.
public void ProcessRecord(int index, Action action)
Public Sub ProcessRecord(index As Integer, action As Action)
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index of the record to process. Must not be greater than MaxRecordIndex. |
| Action | action | A callback to invoke after the record has been processed. |