Click or drag to resize

BackgroundCalculation Constructor

Initializes a new instance. Also captures the CalculationContext from the thread constructing the new instance in order to pass the context to the new thread when RunWorkerAsync is called. To capture the context again later, call CaptureCalculationContext.

Namespace:  AGI.Foundation.Infrastructure.Threading
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public BackgroundCalculation()
See Also