Click or drag to resize

WorkspaceAsynchronous Property

Gets or sets a value indicating if method calls through this Workspace object are processed asynchronously in a background thread.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool Asynchronous { get; set; }

Property Value

Type: Boolean
A value indicating if method calls through this Workspace object are processed asynchronously in a background thread.
Remarks

By default, this value is false. When this value is true the workspace is operating in asynchronous mode and the ProcessQueue is used to queue each command that is applied to the image. If the AtalaImage is accessed directly, unexpected threading issues might occur.

See Also

Reference

Asynchronous Image Processing