Click or drag to resize

ThreadedCalculation.ExecuteWorker Method

Implement this method to perform the calculation. It is called NumberOfThreads times, each call in a separate thread.

Namespace:  AGI.Foundation.Infrastructure.Threading
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
protected abstract void ExecuteWorker(
	int threadNumber
)

Parameters

threadNumber
Type: System.Int32
The number of the thread, starting at 0 and increasing to NumberOfThreads - 1.
See Also