Lucene.Net.Index.DocumentsWriterStallControl.WasStalled C# (CSharp) 메소드

WasStalled() 공개 메소드

public WasStalled ( ) : bool
리턴 bool
        public bool WasStalled() // for tests
        {
            lock (this)
            {
                return WasStalled_Renamed;
            }
        }
    }