public static void Run(T jobData,
int arrayLength);
Parameters
| jobData | The job and data to Run. | |
| arrayLength | The number of iterations the for loop will execute. |
Description 描述
Perform the job's Execute method immediately on the same thread.
See Also: IJobParallel.