Click or drag to resize

IJobManagerGenerateJobExecutorProfile Method

Returns a specific type of job executor profile to be prepared and then used for execution.

Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
BaseJobExecutorProfile GenerateJobExecutorProfile(
	Type jobExecutorType
)

Parameters

jobExecutorType  Type
The type of the executor.

Return Value

BaseJobExecutorProfile
A new instance of job executor profile.
See Also