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: 25.1.421.0 (25.1.421.0)
Syntaxpublic void WaitUntilDone()
public:
void WaitUntilDone()
member WaitUntilDone : unit -> unit 
See Also