Click or drag to resize

BaseThreadCoordinatedJobExecutorHandleChildJobElementProcessingStarting Method

[Missing <summary> documentation for "M:RAYLASE.Marker.Job.Executor.BaseThreadCoordinatedJobExecutor.HandleChildJobElementProcessingStarting(System.Object,RAYLASE.Marker.JobElement.ChildJobElementProcessingStartingEventArgs)"]


Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
protected Task HandleChildJobElementProcessingStarting(
	Object sender,
	ChildJobElementProcessingStartingEventArgs childJobElementProcessingStartingEventArgs
)

Parameters

sender  Object

[Missing <param name="sender"/> documentation for "M:RAYLASE.Marker.Job.Executor.BaseThreadCoordinatedJobExecutor.HandleChildJobElementProcessingStarting(System.Object,RAYLASE.Marker.JobElement.ChildJobElementProcessingStartingEventArgs)"]

childJobElementProcessingStartingEventArgs  ChildJobElementProcessingStartingEventArgs

[Missing <param name="childJobElementProcessingStartingEventArgs"/> documentation for "M:RAYLASE.Marker.Job.Executor.BaseThreadCoordinatedJobExecutor.HandleChildJobElementProcessingStarting(System.Object,RAYLASE.Marker.JobElement.ChildJobElementProcessingStartingEventArgs)"]

Return Value

Task

[Missing <returns> documentation for "M:RAYLASE.Marker.Job.Executor.BaseThreadCoordinatedJobExecutor.HandleChildJobElementProcessingStarting(System.Object,RAYLASE.Marker.JobElement.ChildJobElementProcessingStartingEventArgs)"]

See Also