Method Execute
Execute(int, int)
Function operation on a "batch" of data contained within the job.
Declaration
void Execute(int startIndex, int count)
Parameters
| Type | Name | Description |
|---|---|---|
| int | startIndex | Starting index of job data to safely access. |
| int | count | Number of elements to operate on in the batch. |