Analyzer.AnalyzerBase.tryAnalyze C# (CSharp) Method

tryAnalyze() public abstract method

public abstract tryAnalyze ( IGraph graph, BackgroundWorker bgw, AnalyzeResultBase &results ) : bool
graph IGraph
bgw System.ComponentModel.BackgroundWorker
results AnalyzeResultBase
return bool
        public abstract bool tryAnalyze(IGraph graph, BackgroundWorker bgw, out AnalyzeResultBase results);