ThreadedCalculation.Finish 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: 25.1.421.0 (25.1.421.0)
Syntaxprotected virtual void Finish()
Protected Overridable Sub Finish
protected:
virtual void Finish()
abstract Finish : unit -> unit
override Finish : unit -> unit
See Also