ASR.Interface.Report.FlushCache C# (CSharp) Method

FlushCache() public method

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