public static void Run(T jobData);

Parameters

jobDataThe job and data to Run.

Description 描述

Perform the job's Execute method immediately on the same thread.

See Also: IJob.