Click or drag to resize

ThreadedCalculation Properties

The ThreadedCalculation type exposes the following members.

Properties
  NameDescription
Public propertyContinueExecution
Gets or sets a value indicating whether a thread should continue its threaded execution. It is the responsibility of derived classes to check this value in their ExecuteWorker(Int32) method and to stop their execution if it is false.
Public propertyMultithreadSubCalculations
Gets or sets a value indicating whether subcalculations should use the current ThreadingPolicy. By default, this is false, indicating that the subcalculations will see a ThreadingPolicy specifying that further operations be executed in the thread that invoked those operations. New threads created for use by the threaded calculation will use the default threading policy that was previously configured by calling UseCurrentAsDefault.
Public propertyNumberOfThreads
Gets the number of threads to be used to perform the calculation.
Top
See Also