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: 25.2.423.0 (25.2.423.0)
Syntaxpublic BackgroundCalculation()
public:
BackgroundCalculation()
new : unit -> BackgroundCalculation
See Also