메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Releases resources used by the object.
|
|
ForLoop ( int beginIndex, int endIndex, Action |
Iterates over the interval.
|
|
ParallelLoopManager ( ) : System |
Constructs a new parallel loop manager.
|
메소드 | 설명 | |
---|---|---|
AddThread ( ) : void | ||
AddThread ( Action | ||
OnWorkerFinish ( ) : void | ||
RemoveThread ( ) : void |
public ForLoop ( int beginIndex, int endIndex, Action |
||
beginIndex | int | Starting index of the iteration. |
endIndex | int | Ending index of the iteration. |
loopBody | Action |
Function to call on each iteration. |
리턴 | void |