ASR.Interface.Report.FlushFilterCache C# (CSharp) Метод

FlushFilterCache() публичный Метод

Flush the cache for the filtered elements, next time the filters will be called again.
public FlushFilterCache ( ) : void
Результат void
        public void FlushFilterCache()
        {
            results = null;
        }