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.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public void AssingTask(
int threadIndex,
Action task
)
Public Sub AssingTask (
threadIndex As Integer,
task As Action
)
public:
void AssingTask(
int threadIndex,
Action^ task
)
Parameters
- threadIndex
- Type: SystemInt32
[Missing <param name="threadIndex"/> documentation for "M:DHI.Mike1D.Generic.DomainThreadPool.AssingTask(System.Int32,System.Action)"]
- task
- Type: SystemAction
[Missing <param name="task"/> documentation for "M:DHI.Mike1D.Generic.DomainThreadPool.AssingTask(System.Int32,System.Action)"]
See Also