C# Class Spring.Pool.StessSimplePool.Client

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

Public Properties

Property Type Description
runned bool

Public Methods

Method Description
Client ( int id, ISync run, Spring.Pool.Support.SimplePool pool, int repeat ) : System
Run ( ) : void

Method Details

Client() public method

public Client ( int id, ISync run, Spring.Pool.Support.SimplePool pool, int repeat ) : System
id int
run ISync
pool Spring.Pool.Support.SimplePool
repeat int
return System

Run() public method

public Run ( ) : void
return void

Property Details

runned public_oe property

public bool runned
return bool