Click or drag to resize

BaseJobExecutorApplyBaseProfile Method

Applies the given job executor profile. The properties of BaseJobExecutorProfile are applied here.

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

Parameters

jobExecutorProfile  BaseJobExecutorProfile
The profile of job executor.
See Also