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

FlushFilterCache() public method

Flush the cache for the filtered elements, next time the filters will be called again.
public FlushFilterCache ( ) : void
return void
        public void FlushFilterCache()
        {
            results = null;
        }