C# Класс Spring.Pool.StessSimplePool.Job

Наследование: QueryPerformance.IQueried
Показать файл Открыть проект

Открытые методы

Метод Описание
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