C# Class Viki.LoadRunner.Engine.Aggregators.AsyncResultsAggregator

Since TestContextResultReceived calls are synchronous from benchmarking threads, this class unloads processing to its own seperate thread It's already used in LoadRunnerEngine, so no need to reuse it again.
Inheritance: IResultsAggregator, IDisposable
Mostra file Open project: Vycka/LoadRunner

Public Methods

Method Description
AsyncResultsAggregator ( ) : System
Dispose ( ) : void

Private Methods

Method Description
IResultsAggregator ( ) : void
IResultsAggregator ( IResult result ) : void
ProcessorThreadFunction ( ) : void

Method Details

AsyncResultsAggregator() public method

public AsyncResultsAggregator ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void