Click or drag to resize

BaseJobExecutorApplyCustomProfile Method

Applies the given job executor profile. The properties that are specific to the concrete class should be applied here.

Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
protected abstract void ApplyCustomProfile(
	BaseJobExecutorProfile jobExecutorProfile
)

Parameters

jobExecutorProfile  BaseJobExecutorProfile
The profile of job executor.
See Also