DomainThreadPoolAssingTask Method
Assign task to thread, activate thread if it is waiting
You need to call Start before any tasks
will be processed.
Namespace: DHI.Mike1D.GenericAssembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
public void AssingTask(
int threadIndex,
Action task
)
Parameters
- threadIndex Int32
[Missing <param name="threadIndex"/> documentation for "M:DHI.Mike1D.Generic.DomainThreadPool.AssingTask(System.Int32,System.Action)"]
- task Action
[Missing <param name="task"/> documentation for "M:DHI.Mike1D.Generic.DomainThreadPool.AssingTask(System.Int32,System.Action)"]