Click or drag to resize

ThreadedCalculationExecuteInOneThread Method

Starts the calculation using the calling thread as the one and only worker thread. This method does not return until the calculation is completed.

Namespace:  AGI.Foundation.Infrastructure.Threading
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void ExecuteInOneThread()
See Also