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.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic 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
Booleantrue in case of success, false otherwise. To check if a
failure is caused by a timeout this.IsTimedOut can be
used.
See Also