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.ExecutorAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntaxprotected abstract void ApplyCustomProfile(
BaseJobExecutorProfile jobExecutorProfile
)
Parameters
- jobExecutorProfile BaseJobExecutorProfile
- The profile of job executor.
See Also