BEPUphysics.SolverSystems.SolverUpdateable.TryEnterLock C# (CSharp) Метод

TryEnterLock() публичный абстрактный Метод

Attempts to acquire a lock on the solver updateable. This allows operations that need exclusive access to the solver updateable's members. If it is contested, it aborts the attempt.
public abstract TryEnterLock ( ) : bool
Результат bool
        public abstract bool TryEnterLock();
        /// <summary>