IJobExtensions.Run
public static void Run(T jobData);
Parameters
| jobData | The job and data to Run. |
Description 描述
Perform the job's Execute method immediately on the same thread.
See Also: IJob.
| jobData | The job and data to Run. |
Perform the job's Execute method immediately on the same thread.
See Also: IJob.