Click or drag to resize

BaseImageProcessingElementDoExecute Method

Does the native execution of an object; i. e. the execution is done directly and not triggered by the image processing object; no thread is started.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public abstract bool DoExecute(
	CancellationToken cancellationToken
)

Parameters

cancellationToken  CancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:RAYLASE.Marker.JobElement.ImageProcessing.BaseImageProcessingElement.DoExecute(System.Threading.CancellationToken)"]

Return Value

Boolean
true in case of success, false otherwise. To check if a failure is caused by a timeout this.IsTimedOut can be used.
See Also