StaTaskSchedulerDispose Method

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

Definition

Namespace: DWSIM.FlowsheetSolver.TaskSchedulers
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 10.0.0.0
public void Dispose()

Implements

IDisposableDispose

See Also