GetWriterFrame() static private method

static private GetWriterFrame ( bool safe ) : IndexWriterFrame
safe bool
return IndexWriterFrame
コード例 #1
0
        //============================================================================== public static part

        public static IndexWriterFrame Get(bool safe)
        {
            //if (LuceneManager.Paused)
            //    throw LuceneManager.GetPausedException();
            return(IndexWriterUsage.GetWriterFrame(safe));
        }
コード例 #2
0
ファイル: IndexWriterFrame.cs プロジェクト: sztomi/sensenet
        // ============================================================================== public static part

        public static IndexWriterFrame Get(bool safe)
        {
            return(IndexWriterUsage.GetWriterFrame(safe));
        }