Click or drag to resize

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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public void AssingTask(
	int threadIndex,
	Action task
)

Parameters

threadIndex
Type: SystemInt32
task
Type: SystemAction
See Also