ThreadedCommandThreadCount Property |
The total number of threads that will be used for this command.
Namespace:
Atalasoft.Imaging.ImageProcessing
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public int ThreadCount { get; set; }
Public Property ThreadCount As Integer
Get
Set
Property Value
Type:
Int32Remarks By default, this is initialized to ThreadedCommand.OptimalThreadCount.
See Also