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