C# 클래스 BendTests.A03_LayerManagerTests.WriteThreadsTest

상속: IDisposable
파일 보기 프로젝트 열기: jeske/StepsDB-alpha 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
exceptions int

공개 메소드들

메소드 설명
Dispose ( ) : void
checkpointer ( ) : void
runThreadedTest ( int numthreads ) : void
testThreadWorker ( int thread_num ) : void

비공개 메소드들

메소드 설명
WriteThreadsTest ( int num_values = 10, int checkpoint_interval_rowcount = 50, bool withMerge = false ) : System
composeKey ( int thread_num, string forData ) : string

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

checkpointer() 공개 메소드

public checkpointer ( ) : void
리턴 void

runThreadedTest() 공개 메소드

public runThreadedTest ( int numthreads ) : void
numthreads int
리턴 void

testThreadWorker() 공개 메소드

public testThreadWorker ( int thread_num ) : void
thread_num int
리턴 void

프로퍼티 상세

exceptions 공개적으로 프로퍼티

public int exceptions
리턴 int