ThreadedCalculation Properties |
The ThreadedCalculation type exposes the following members.
Name | Description | |
---|---|---|
ContinueExecution |
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.
| |
MultithreadSubCalculations |
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.
| |
NumberOfThreads |
Gets the number of threads to be used to perform the calculation.
|