Viki.LoadRunner.Engine.Aggregators.HistogramResultsAggregator.IResultsAggregator C# (CSharp) Method

IResultsAggregator() public method

public IResultsAggregator ( ) : void
return void
        void IResultsAggregator.Begin()
        {
            _histogramItems.Clear();
        }

Same methods

HistogramResultsAggregator::IResultsAggregator ( IResult result ) : void