C# 클래스 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.
상속: IResultsAggregator, IDisposable
파일 보기 프로젝트 열기: Vycka/LoadRunner

공개 메소드들

메소드 설명
AsyncResultsAggregator ( ) : System
Dispose ( ) : void

비공개 메소드들

메소드 설명
IResultsAggregator ( ) : void
IResultsAggregator ( IResult result ) : void
ProcessorThreadFunction ( ) : void

메소드 상세

AsyncResultsAggregator() 공개 메소드

public AsyncResultsAggregator ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void