Example #1
0
        public int Analyze(string[] collections)
        {
            this.OpenWrite();

            try
            {
                return(_engine.Analyze(collections));
            }
            finally
            {
                this.Close();
            }
        }