C# 클래스 disruptorpretest.Implementation

파일 보기 프로젝트 열기: bingyang001/disruptor-net-3.3.0-alpha

공개 메소드들

메소드 설명
AppendDetailedHtmlReport ( StringBuilder sb ) : void
Implementation ( string scenarioName, string implementationName, int runs, int numberOfCores ) : System
Run ( ) : void

메소드 상세

AppendDetailedHtmlReport() 공개 메소드

public AppendDetailedHtmlReport ( StringBuilder sb ) : void
sb StringBuilder
리턴 void

Implementation() 공개 메소드

public Implementation ( string scenarioName, string implementationName, int runs, int numberOfCores ) : System
scenarioName string
implementationName string
runs int
numberOfCores int
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void