Click or drag to resize
Accord.NET (logo)

IParallel Properties

The IParallel type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleParallelOptions
Gets or sets the parallelization options for this algorithm. It can be used to control the maximum number of cores that should be used during the algorithm's execution.
Public propertyToken
Gets or sets a cancellation token that can be used to cancel the algorithm while it is running.
(Inherited from ISupportsCancellation.)
Top
See Also