OpenMetaverse Protocol Library Developers API Documentation
For Method (threadCount, fromInclusive, toExclusive, body)
NamespacesOpenMetaverseParallelFor(Int32, Int32, Int32, Action < (Of < <' ( Int32 > ) > > ) )
Executes a for loop in which iterations may run in parallel
Declaration Syntax
C#
public 
static 
void 
For(
        
int 
threadCount,
        
int 
fromInclusive,
        
int 
toExclusive,
        
Action<
int> 
body
)
Parameters
threadCount ( Int32)
The number of concurrent execution threads to run
fromInclusive ( Int32)
The loop will be started at this index
toExclusive ( Int32)
The loop will be terminated before this index is reached
body ( Action < (Of < ( <' Int32 > ) > ) > )
Method body to run for each iteration of the loop

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)