Method Execute
Execute(int)
This function is executed once for each work unit of the job, potentially concurrently. Each work unit copies one value into the destination array.
Declaration
public void Execute(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | The work unit index to process |