OpenMetaverse Protocol Library Developers API Documentation
Invoke Method (threadCount, actions)
NamespacesOpenMetaverseParallelInvoke(Int32, array< Action > [] () [] [] )
Executes a series of tasks in parallel
Declaration Syntax
C#
public 
static 
void 
Invoke(
        
int 
threadCount,
        
params 
Action[] 
actions
)
Parameters
threadCount ( Int32)
The number of concurrent execution threads to run
actions ( array< Action > [] () [] [] )
A series of method bodies to execute

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