Click or drag to resize

StaTaskSchedulerDispose Method

Cleans up the scheduler by indicating that no more tasks will be queued. This method blocks until all threads successfully shutdown.

Namespace: DWSIM.FlowsheetSolver.TaskSchedulers
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 8.8.1.0
Syntax
public void Dispose()
Request Example View Source

Implements

IDisposableDispose
See Also