C# 클래스 Spring.Pool.StessSimplePool.Job

상속: QueryPerformance.IQueried
파일 보기 프로젝트 열기: spring-projects/spring-net

공개 메소드들

메소드 설명
Do ( int poolSize, int clientSize, int executionTime, int repeat, int creationTime ) : string
Job ( int size, int creationTime, int clientSize, ISync start, int executionTime, int repeat ) : System
Run ( ) : void

메소드 상세

Do() 공개 정적인 메소드

public static Do ( int poolSize, int clientSize, int executionTime, int repeat, int creationTime ) : string
poolSize int
clientSize int
executionTime int
repeat int
creationTime int
리턴 string

Job() 공개 메소드

public Job ( int size, int creationTime, int clientSize, ISync start, int executionTime, int repeat ) : System
size int
creationTime int
clientSize int
start ISync
executionTime int
repeat int
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void