OnHostJobExecutorApplyCustomProfile Method |
Applies the given job executor profile. The properties that are specific to the concrete class should be applied here.
Namespace: RAYLASE.Marker.InternalPlugin.JobExecutorsAssembly: RAYLASE.Marker.InternalPlugin (in RAYLASE.Marker.InternalPlugin.dll) Version: 2.19.0
Syntaxprotected override void ApplyCustomProfile(
BaseJobExecutorProfile jobExecutorProfile
)
Parameters
- jobExecutorProfile BaseJobExecutorProfile
- The profile of job executor.
See Also