Lucene.Net.Index.DocumentsWriterStallControl.WasStalled C# (CSharp) Метод

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

public WasStalled ( ) : bool
Результат bool
        public bool WasStalled() // for tests
        {
            lock (this)
            {
                return WasStalled_Renamed;
            }
        }
    }