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.2.419.0 (24.2.419.0)
Syntax public void ExecuteInOneThread()
Public Sub ExecuteInOneThread
public:
void ExecuteInOneThread()
member ExecuteInOneThread : unit -> unit
See Also