BaseFlowJobElementDoExecuteJobElements Method |
Process the child job elements relative to this job element. Each child can be modified by a local process configuration.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxprotected void DoExecuteJobElements(
ProcessingHolder processingHolder,
MarkableConfiguration processMarkableConfiguration,
MarkableConfiguration localProcessConfiguration,
IEnumerable<JobElementHolder> jobElements,
Guid ownerID,
int? maxFlowJobElementExecutions
)
Parameters
- processingHolder ProcessingHolder
- The unique identifier of this job element.
- processMarkableConfiguration MarkableConfiguration
- The reference configuration of this job element.
- localProcessConfiguration MarkableConfiguration
- The configuration for this iteration.
- jobElements IEnumerableJobElementHolder
- The child job elements to be processed.
- ownerID Guid
- The unique identifier ow the owning process.
- maxFlowJobElementExecutions NullableInt32
[Missing <param name="maxFlowJobElementExecutions"/> documentation for "M:RAYLASE.Marker.JobElement.BaseFlowJobElement.DoExecuteJobElements(RAYLASE.Marker.JobElement.ProcessingHolder,RAYLASE.Marker.JobElement.MarkableConfiguration,RAYLASE.Marker.JobElement.MarkableConfiguration,System.Collections.Generic.IEnumerable{RAYLASE.Marker.JobElement.JobElementHolder},System.Guid,System.Nullable{System.Int32})"]
See Also