|
BackgroundThreadsManagerSetupThreads Method |
SetupThreads sets up the background threads based on the specified threadsCount.
When the number of currently created background threads is bigger then the specified threadsCount, the unused threads are scheduled to be aborted (see
ThreadAbortDelayMs).
To immediately abort unused threads set ThreadAbortDelayMs to 0 before calling this method.
Namespace: Ab3d.DirectX.ThreadingAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public virtual void SetupThreads(
int threadsCount
)
Parameters
- threadsCount Int32
- number of required background threads
See Also