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: 23.2.417.0 (23.2.417.0)
Syntaxpublic void ExecuteInOneThread()
Public Sub ExecuteInOneThread
public:
void ExecuteInOneThread()
member ExecuteInOneThread : unit -> unit
See Also