Click or drag to resize

BaseImageProcessingElementExecute Method

Does the image processing. Method is used as delegate method for ImageProcessing.ExecuteImgProcElWithTimeout() and may be started in an own thread to allow aborting in case of a timeout.

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

Parameters

cancellationToken  CancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:RAYLASE.Marker.JobElement.ImageProcessing.BaseImageProcessingElement.Execute(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