BitSharper.Threading.Locks.ReentrantLock.Sync.IsQueued C# (CSharp) Method

IsQueued() public method

public IsQueued ( Thread thread ) : bool
thread Thread
return bool
            public virtual bool IsQueued(Thread thread)
            {
                throw new NotSupportedException("Use FAIR version");
            }