Lucene.Net.Index.DocumentsWriterStallControl.WasStalled C# (CSharp) Méthode

WasStalled() public méthode

public WasStalled ( ) : bool
Résultat bool
        public bool WasStalled() // for tests
        {
            lock (this)
            {
                return WasStalled_Renamed;
            }
        }
    }