ThreadedCalculationFinish Method |
This method is called after all worker threads have finished executing.
It Does nothing if not overridden by the derived class.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected virtual void Finish()
Protected Overridable Sub Finish
protected:
virtual void Finish()
abstract Finish : unit -> unit
override Finish : unit -> unit
See Also