ASR.Interface.Report.FlushCache C# (CSharp) 메소드

FlushCache() 공개 메소드

flush the buffer for the scanner, so next time the report runs, scanner will be queried again.
public FlushCache ( ) : void
리턴 void
        public void FlushCache()
        {
            scannerResults = null;
        }