|
BackgroundThreadsManagerExecute Method |
Execute method executes the specified taskAction on all threads that were before set up with calling the
SetupThreads(Int32) method.
The taskAction gets a thread index as parameter.
Namespace: Ab3d.DirectX.ThreadingAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public virtual void Execute(
BackgroundTaskStartDelegate taskAction
)
Parameters
- taskAction BackgroundTaskStartDelegate
- Action that will be executed on each thread (gets thread index as parameter)
See Also