DomainThreadPoolAssingTask Method

Assign task to thread, activate thread if it is waiting

You need to call Start before any tasks will be processed.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
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)"]

See Also