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
Afficher le fichier Open project: Vycka/LoadRunner

Méthodes publiques

Méthode Description
AsyncResultsAggregator ( ) : System
Dispose ( ) : void

Private Methods

Méthode Description
IResultsAggregator ( ) : void
IResultsAggregator ( IResult result ) : void
ProcessorThreadFunction ( ) : void

Method Details

AsyncResultsAggregator() public méthode

public AsyncResultsAggregator ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void