BEPUphysics.Threading.ThreadManagerTPL.RemoveThread C# (CSharp) Метод

RemoveThread() публичный Метод

Notifies the thread manager that it should decrease the number of threads used.
public RemoveThread ( ) : void
Результат void
        public void RemoveThread()
        {
            TaskManager.RemoveThread();
        }