C# Class Spring.Pool.StessSimplePool.Job

Inheritance: QueryPerformance.IQueried
Mostrar archivo Open project: spring-projects/spring-net

Public Methods

Method Description
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

Method Details

Do() public static method

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

Job() public method

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
return System

Run() public method

public Run ( ) : void
return void