ThreadedCalculationWaitUntilDone Method |
Blocks the calling thread until the calculation has completed.
If an exception occurs (or has already occurred) in any of the calculation threads, this
method will throw a
ThreadException wrapping the exception that was thrown
by the calculation thread. The actual exception that occurred can be found in the
InnerException property.
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 WaitUntilDone()
public:
void WaitUntilDone()
member WaitUntilDone : unit -> unit
See Also